Github user daserge commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/179#discussion_r75318375
--- Diff: README.md ---
@@ -109,6 +109,7 @@ instance, or the system browser.
- __zoom__: set to `yes` to show Android browser's zoom controls, set
to `no` to hide them. Default value is `yes`.
- __hardwareback__: set to `yes` to use the hardware back button to
navigate backwards through the `InAppBrowser`'s history. If there is no
previous page, the `InAppBrowser` will close. The default value is `yes`, so
you must set it to `no` if you want the back button to simply close the
InAppBrowser.
- __mediaPlaybackRequiresUserAction__: Set to `yes` to prevent HTML5
audio or video from autoplaying (defaults to `no`).
+ - __shouldPause__: Set to `yes` to make InAppBrowser WebView to
pause/resume with the app to stop background audio (this may be required to
avoid Google Play issues like described in
[CB-11013](https://issues.apache.org/jira/browse/CB-11013)).
--- End diff --
+1 for `shouldPauseOnSuspend`, I'll update that, thanks.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]