apache-cordova-plugin-inapp.../src
ekidder3 df8bcaf751 CB-8467
Added support for hiding the web view container.  This maintains the browser
session without closing it.  The browser window can be repeatedly hidden and
shown.

** This has only been tested on android and ios **

amazon/android:
An additional `hide` action was added to `InAppBrowser#execute`.  It is
identical to `show`, except that it calls `dialog.hide()` instead.

blackberry10:
no changes

firefoxos:
Added a `hide` method that is identical to `show`, indicating it is not
supported.

ios:
Added a `hide` method that is identical to `show`, except that it uses
`dismissViewControllerAnimated`.  It checks the value of
`_previousStatusBarStyle`.  If it is `-1`, the method returns with no
action performed.  If it is not, it is set to `-1.`

ubuntu:
Added a `hide` method that sets `CordovaWrapper.global.inappbrowser.visible` to
`false`.

windows:
Added a `hide` method that sets `browserWrap.style.display` to `none`.

wp:
Added a `hide` method that is identical to `show`, except that it sets
`browser.Visibility` to `Visibility.Collapsed` and sets `AppBar.IsVisible` to
`false`.
2016-10-18 10:41:26 -04:00
..
amazon CB-8467 2016-10-18 10:41:26 -04:00
android CB-8467 2016-10-18 10:41:26 -04:00
blackberry10 CB-9128 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser 2015-06-12 09:41:39 -05:00
browser CB-10973 inAppBrowser for Browser Platform: wrong height of webview with location=yes 2016-08-22 17:31:58 +03:00
firefoxos CB-8467 2016-10-18 10:41:26 -04:00
ios CB-8467 2016-10-18 10:41:26 -04:00
osx CB-11955 Added Initial OSX platform support 2016-10-13 12:43:39 +09:00
ubuntu CB-8467 2016-10-18 10:41:26 -04:00
windows CB-8467 2016-10-18 10:41:26 -04:00
wp CB-8467 2016-10-18 10:41:26 -04:00