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
Use:
var options = { "location": "no", "toolbar": "no" }; $cordovaInAppBrowser.open(url, target, options);