Skip to content

Commit 0fd08fd

Browse files
Merge pull request EddyVerbruggen#96 from artyom-dorokhov/readme
Updated readme.
2 parents ac1d546 + a4b87ac commit 0fd08fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ function dismissSafari() {
109109
* InAppBrowser uses the slow UIWebView (even when you're using a WKWebView plugin!), this plugin uses the ultra fast Safari Webview.
110110
* This is now Apple's recommended way to use a browser in your app.
111111
* A nicer / cleaner UI which is consistent with Safari and all other apps using a `SFSafariViewController`.
112-
* Since this is the system's main browser, assets like cookies are shared with your app, so the user is still logged on in his favorite websites.
113112
* Whereas `cordova-plugin-inappbrowser` is affected by [ATS](https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/), this plugin is not. This means you can even load `http` URL's without whitelisting them.
114113
* Since iOS 9.2 or 9.3 you can swipe to go back to your app. Unfortunately, in favor of this Apple dropped the option to provide a custom transition (curl/flip/..) when presenting Safari.
115114

0 commit comments

Comments
 (0)