cordova-plugin-themeablebrowser icon indicating copy to clipboard operation
cordova-plugin-themeablebrowser copied to clipboard

fuulscreen not working in android

Open timomeara opened this issue 8 years ago • 0 comments

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?

timomeara avatar Jul 20 '17 00:07 timomeara