ajlee4

Results 4 comments of ajlee4

maybe someone can tell you how to stretch the white area to the full height? ![image](https://user-images.githubusercontent.com/41113213/187925365-1c2d3aed-2602-402d-9f36-5bf1bdb51f16.png) my code ![image](https://user-images.githubusercontent.com/41113213/187925169-ce7b1e9a-8c78-401d-a40b-3e29dec94f49.png)

Check if you have added to the beginning of the file #import #import

have you been able to solve this problem?

In your android-specific options for InAppBrowser.open add showInRecents: true. This should fix it. ``` InAppBrowser.open(url, { // Android Properties showInRecents: true, ........ }) ```