Page 1 of 1

location.reload() bug in iOS

Posted: Wed Sep 28, 2016 7:18 am
by EJLD

Hi There,
I need to reload the page.
location.reload() works fine with Android.
however, not with iOS. it somehow relaunches the app itself.
I tried several things I hv got on different sites but nothing works.
would you guys have the solution ?
thks in advance,
Eric


location.reload() bug in iOS

Posted: Wed Sep 28, 2016 7:07 pm
by Evgene Karachevtsev

Hello Eric,

Could you please clarify have you tried codewindow.location.reload();/code?
Also please specify what device and OS you are using for tests?


location.reload() bug in iOS

Posted: Wed Sep 28, 2016 10:51 pm
by EJLD

Hi Evgene, i tried several such as:
location.reload(true);
document.location.reload() also with true
and also your suggestion with window.loc ...
however, still doesn't work and still come back to the opening screen, instead of reloading the page.
and for both, iOS9.3.5 and iOS10.
:(
Any other suggestion ?
Eric


location.reload() bug in iOS

Posted: Thu Sep 29, 2016 11:09 pm
by EJLD

Hi There, in fact the problem seems coming from somewhere else. I'll tell you more later about this window.loc...reload. hv a good day