Top "Inappbrowser" questions

InAppBrowser is a Cordova api call that provides the ability to spawn a browser instance from a Cordova application.

PhoneGap: Open external link in default browser (outside the app)

I'm trying to open links in Safari (on an iPhone) from a PhoneGap application. I'm using PhoneGap version 3.1.0, and use …

cordova phonegap-plugins phonegap-build inappbrowser
Phonegap InAppBrowser display pdf 2.7.0

I want to display an external PDF with the phonegap InAppBrowser in Android, but it isn´t working. This is …

javascript html cordova inappbrowser
How can I get the cordova InAppBrowser to provide a way for the user to close the browser when using an Android device?

I'm using the cordova InAppBrowser to display content from an external site in my app. When I open the browser …

android cordova cordova-2.0.0 inappbrowser
Handle Android Back Button on Phonegap InAppBrowser

I would like to disable or override the Android Back button while I am navigating pages on the InAppBrowser. Can …

android cordova inappbrowser
Cordova/PhoneGap Open Downloaded File (InAppBrowser)

Using Cordova/PhoneGap 3.3.0, I am downloading a file using the FileTransfer plugin, and then trying to open it using the …

cordova inappbrowser
External links in phonegap app do not open well

So I have a phonegap project with Phonegap 2.9.0 and building with PhonegapBuild. I got external links in my app, that …

cordova phonegap-plugins phonegap-build inappbrowser
How to close InAppBrowser itself in Phonegap Application?

I am developing Phonegap application and currently i am using InAppBrowser to display external pages. On some of the external …

javascript cordova inappbrowser
Issue injecting external script with executeScript method in Cordova

I'm writing a dummy app to test how works the executeScript() method inside Cordova's InAppBrowser plugin. In particular, I'm trying …

javascript cordova inappbrowser
Phonegap build - Open external page in InAppBrowser or childbrowser with no toolbar and close it?

I want to open an external page in the InAppBrowser or childbrowser, where I don't show any toolbar and where …

childbrowser phonegap-build inappbrowser
Why the user agent is sent as "Apache-HttpClient/UNAVAILABLE (java 1.4)”

A sample mobile application sends POST requests to a HTTP server which we use to process information sent from the …

android user-agent apache-httpclient-4.x inappbrowser