Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Phonegap Essentials

You're reading from   Phonegap Essentials Use PhoneGap to build cross-platform mobile applications quickly and efficiently

Arrow left icon
Product type Paperback
Published in Sep 2015
Publisher
ISBN-13 9781785284687
Length 178 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Ivan Turkovic Ivan Turkovic
Author Profile Icon Ivan Turkovic
Ivan Turkovic
Arrow right icon
View More author details
Toc

InAppBrowser


The InAppBrowser plugin allows you to open regular web pages inside your application without the need to open an external browser application. This is useful for opening pages for external authentication with social accounts, or for accessing third-party web pages.

The InAppBrowser is recommended if you need to load third-party (untrusted) content, instead of loading it into the main Cordova WebView. The InAppBrowser is not subject to a whitelist, nor does it open links in the system browser.

To install the plugin, you need to run the following command:

phonegap plugin add org.apache.cordova.inappbrowser

The InAppBrowser window behaves like a regular web browser; thus, it cannot access any PhoneGap native APIs. Inside InAppBrowser, you can only use those HTML5 features that are available for regular web apps; they can provide the same or (similar) behavior. The plugin provides a simple UI with Back, Forward, and Done controls, which can be hidden too:

var ref = window.open("http...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image