ajlee4
ajlee4
maybe someone can tell you how to stretch the white area to the full height?  my code 
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, ........ }) ```