I am currently building a News Aggregator App and I am using InAppBrowser for people to read the articles. Now, my questions is: Can I remove the URL and Navigation Bar? Als
In 3.1.0(?) you can hide the toolbar using the 'toolbar' option.
For example:
ref = window.open('http://some.page/foo/', '_blank', 'location=no,toolbar=no');
see: phonegap docs