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(
.offsetTop position);
0,
XXX (* element's
Comments
Post a Comment