MobileChromeApps / mobile-chrome-apps

Chrome apps on Android and iOS
BSD 3-Clause "New" or "Revised" License
2.5k stars 348 forks source link

iOS - window.open() opens new window(tab) but back button is disabled #628

Open alonbilu opened 4 years ago

alonbilu commented 4 years ago

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)

Ron423c commented 4 years ago

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