Friday, 19 July 2019

Hide Location toolbar from IONIC Native InAppBrowser

Reading the cordova documentation inappbrowser I can not find a way to hide the Location Toolbar (ALWAYS AND WHEN it has "location = yes").

Why the need to have active "location = yes"? You can put "no" and it does not appear anymore.

As I comment in this thread, I need the activated option to be able to make use of the functions of ionic native IAB

Options i use:

location=yes,
EnableViewPortScale=yes,
hidenavigationbuttons=yes,
enableViewportScale=yes,
hideurlbar=yes,
zoom=no,
mediaPlaybackRequiresUserAction=yes,

enter image description here

As we can see in the image, the toolbar still appears at the top.

Any option that has been overlooked? Is it possible to remove it with CSS, if so, does it have any Class or ID to call, or should I touch it with pure code?



from Hide Location toolbar from IONIC Native InAppBrowser

No comments:

Post a Comment