For some strange reason, Chromes on iOS behaves differently than on Android:
If I open a new window (using window.open )on Android the "back" button is enabled as it should (and clicking it from the child window) will return me to the parent.
However, on iOS, reproducing the above will result in a disabled "back" button.
(Btw, on iOS Safari it works as it should - like on Android)
so it worked but unstabled try creating a link hidden then fast break unhidden reverse point of break coding may fix issue I'll see if i have time to write it up for you
I've seen this report from 5 years ago, but it seems issue still exists (after 5 years!?): https://github.com/MobileChromeApps/mobile-chrome-apps/issues/41
For some strange reason, Chromes on iOS behaves differently than on Android: If I open a new window (using window.open )on Android the "back" button is enabled as it should (and clicking it from the child window) will return me to the parent. However, on iOS, reproducing the above will result in a disabled "back" button. (Btw, on iOS Safari it works as it should - like on Android)