Resolve the "scrollToView" not working in safari issue.

The scrollToView not working in safari, so replace it with window.scroolto which works in both Safari and Chrome browsers.

For example, the code in TypeScript:

window.scrollTo(
0,
XXX (* element's 
.offsetTop position);


Comments

Popular posts from this blog

Top JavaScript courses helping you develop SPFx webPart with ReactJS and AngularJS

SharePoint 2013 error - "Application error when access /_vti_bin/client.svc"

How to print image to PDF using pdfmake