jQuery.scrollIntoView
jQuery.scrollIntoView copied to clipboard
Safari compatibility issues
It seems your demo page works fine in Safari too. The application we are developing, however, doesn't. In Safari, it simply does not scroll.
I switched, at least for now, to another plugin (https://github.com/litera/jquery-scrollintoview) because of this.
Any idea what could be wrong? A major difference in our app compared to your demo page is that we generate the DOM dynamically from templates.