0
I am developing a mobile application that basically loads a web interface inside the app through the Inappbrowser plugin. The idea of the project is exactly to simulate the operation of an app. Everything works normally, however the Inappbrowser plugin displays a bar in the browser as in the pritscreen below, and I need that bar nay be shown! Does anyone know any way to do this?
This is the code I have so far (The variable inputUrl is completed by the user in another form):
var url = "http://" + inputUrl + "/mobile";
window.open(url,'_self');