Posts

Showing posts from January, 2024

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 );