You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JS running in a hidden InAppBrowser will stop after a few seconds (and resume when the browser becomes visible again). Is this caused by some ios system restriction?
This is observed on a physical ios device, but not on Android or in the ios simulator.
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
JS running in a hidden InAppBrowser will stop after a few seconds (and resume when the browser becomes visible again). Is this caused by some ios system restriction?
This is observed on a physical ios device, but not on Android or in the ios simulator.
Reproduce:
Then open the following page in a TestBrowser that is hidden:
You will see that the console stops logging after a few seconds. If you call .show() on the browser after waiting, console logging and js will resume.
The text was updated successfully, but these errors were encountered: