location.reload() in onresize function forces users to stay on page

34 views Asked by At

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?

0

There are 0 answers