I'm using vue to make this website and I tried executing window.scrollTo() on the beforeCreate() and mounted() lifecycles and I still can't get it to scroll to the top on safari. It works well in chrome and Firefox but it doesn't in safari. I've seen this issue in a couple of websites but there are some who seem to got it right and scrolls to the top whenever the page reloads.
Does anyone have any recommendations? (I've tried setting the body overflow to scroll, I've tried using onpageshow listener to prevent safari from loading from cache. Nothing worked )
Any input would be greatly appreciated!