Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

InAppBrowser is not visible when app is resumed from device background. #1138

Open
godonovan-jh opened this issue Jun 16, 2021 · 0 comments
Open
Labels

Comments

@godonovan-jh
Copy link

godonovan-jh commented Jun 16, 2021

I'm submitting a ...
[x] bug report
[ ] feature request

Current behavior:
This behavior is exhibited on IOS but works fine on Android.

My app opens an InAppBrowser to an external URL.
When opening the browser, it works as expected and displays "over" the current page of the app.

If I puts the app into the background while the InAppBrowser is open, and then resumes the app. I cannot see the InAppBrowser. I see the current App page it should be layered over.

When I swipe up on the phone and see a preview of the app, I see the InAppBrowser.

I have tried to call .show() but the console reports that the InAppBrowser is already open so nothing happens.

It seems the InAppBrowser is still "active" but somehow layered "under" the app. I cannot find a way to bring it to the foreground.

Expected behavior:
When the app resumes from the background, the InAppBrowser should still be in the foreground.

@ionitron-bot ionitron-bot bot added the triage label Jun 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant