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
// this success handler will be invoked for the lifecycle events 'opened', 'loaded' and 'closed'
@@ -95,4 +96,5 @@ function dismissSafari() {
95
96
* 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.
96
97
97
98
## 6. Changelog
99
+
1.3.0 `isAvailable` plays nice with non-iOS platforms. Added a `transition` property to `show`.
98
100
1.2.0 Added lifecycle events to the success handler of `show`, and added the `animated` property to `show`.
0 commit comments