initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

toolbar at bottom #140

Closed Blackscr33n closed 6 years ago

Blackscr33n commented 6 years ago

Hey!

is it possible to set the toolbar to the bottom of the screen?

Greets

marc7000 commented 6 years ago

Hi,

see: https://github.com/initialxy/cordova-plugin-themeablebrowser/blob/master/README.md

Two properties from InAppBrowser are disabled.

location is always false because address bar is not needed for an immersive experience of an integrated browser. toolbarposition is always top to remain consistent across platforms.