childBrowser.showWebPage - options not getting affected on IOS (i.e. showLocationBar: false)
Hi,
While adding one/more options to the ChildBrowser its not taking affect at all in the opened page (showNavigationBar, showLocationBar, showAddress)
i.e.
window.plugins.childBrowser.showWebPage(filePath,{ showNavigationBar: false });
Step to reproduce:
Open application on IOS (i'm using v6.0.1)
Click on any date cell on the landing screen (this will access server to get the file and open it in child browser)
check if in the child browser you have navigation bar (or any other option as you set)
p.s.
Application shared (HaZohar)
The file that contains the JS to invoke the ChildBrowser call is implIOHelper.js
As part of testing I even deleted and restore the childBrowser from "source" with no help.