I am having an issue where with the safari browser on mobile when using
window.onresize = function () {
location.reload()
};
the user is redirected back to "my" page instead of going to another page.
Any suggestion on what could be done?
I am having an issue where with the safari browser on mobile when using
window.onresize = function () {
location.reload()
};
the user is redirected back to "my" page instead of going to another page.
Any suggestion on what could be done?