cordova-plugin-themeablebrowser
cordova-plugin-themeablebrowser copied to clipboard
fuulscreen not working in android
my app is full screen but once i open a TIAB window i get bars top and bottom. here's my code: var options = { toolbar: { height: 0 }, title: { showPageTitle: false }, backButtonCanClose: true, fullscreen: true, hidden: true, location: false }; let browser = cordova.ThemeableBrowser.open(url, '_blank', options);
the cordova IAB support fullscreen only in windows. is this a documentation issue? or should fullscreen be working on an android device?