Skip to content

Commit 8ee09cc

Browse files
authored
Added a link to the wiki page for Chrome custom tabs.
1 parent ecb4efb commit 8ee09cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ by Eddy Verbruggen - [@eddyverbruggen](https://twitter.com/eddyverbruggen)
1717
* Use the new and powerful iOS9 viewcontroller to show webcontent in your PhoneGap app
1818
* Requires XCode 7 / iOS9 SDK to build
1919
* 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.
2021

2122
Note that I didn't decide to clobber window.open to override InAppBrowser when applicable
2223
because that would mean you could never use InAppBrowser in case you need its advanced features

0 commit comments

Comments
 (0)