GitHub user sfrank87 opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/192
CB-12020 Android and iOS: add a method to hide an InAppBrowser after it was shown ### Platforms affected Android, iOS ### What does this PR do? add a hide() method to hide the InAppBrowser. You can make it reappear my calling the show() method (again). ### What testing has been done on this change? - automated test: check for the existence of the hide() method - manual test: open InAppBrowser visible, than hide it (after 2 seconds) ### Checklist - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [X] Added automated test coverage as appropriate for this change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sfrank87/cordova-plugin-inappbrowser CB-12020_add_a_method_to_hide_an_InAppBrowser_after_it_was_shown Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-inappbrowser/pull/192.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #192 ---- commit 157116caebec508ac8e9dce5e8bfa94a4d0fcc2a Author: Frank Stingl <stingl.fr...@inside-online.de> Date: 2016-10-14T12:48:31Z CB-12020 Android and iOS: add a method to hide an InAppBrowser after it was shown ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org