You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ by Eddy Verbruggen - [@eddyverbruggen](https://twitter.com/eddyverbruggen)
17
17
* Use the new and powerful iOS9 viewcontroller to show webcontent in your PhoneGap app
18
18
* Requires XCode 7 / iOS9 SDK to build
19
19
* Requires iOS9 to use, lower versions need to fall back to InAppBrowser (example below!)
20
+
*[Chrome custom tabs](https://developer.chrome.com/multidevice/android/customtabs) are Android's parallel to SafariViewController with even more customizable UI. You can give it a try with the latest version of this plugin. See [the wiki](https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller/wiki) for details.
20
21
21
22
Note that I didn't decide to clobber window.open to override InAppBrowser when applicable
22
23
because that would mean you could never use InAppBrowser in case you need its advanced features
0 commit comments