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

Effective LLM Prompting skills

How to replace the OOTB SharePoint Help with your custom help page