ios hide navigation bar in phonegap childbrowser window
In my Tiggzi app I launch an external website using phonegap childbrowser using the command
window.plugins.childBrowser.showWebPage('https://www.sam.australiapos.com.au', { showNavigationBar: false });
When I run this on my Ipad the ipad navigation bar is visible (has blue 'Done' button plus back forward arrows etc
According to the phonegap childbrowser documentation using 'showNavigationBar: false' option hides the navigation bar. It in fact warns that the 'Done' button will not be available so you have to close the childbrowser in code
Not sure what I am doing wrong
Regards
Steve