Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master d73ec0b79 -> ca323ea95


CB-7608 (android) document useWidthViewPort

 This closes #200


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/ca323ea9
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/ca323ea9
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/ca323ea9

Branch: refs/heads/master
Commit: ca323ea952026470fb0b120886ac2284ae3ef749
Parents: d73ec0b
Author: Julio César <jcesarmob...@gmail.com>
Authored: Thu Dec 1 23:45:49 2016 +0100
Committer: Julio César <jcesarmob...@gmail.com>
Committed: Thu Dec 1 23:48:37 2016 +0100

----------------------------------------------------------------------
 README.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/ca323ea9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 18aadd2..bf443bc 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,7 @@ instance, or the system browser.
     - __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`).
     - __shouldPauseOnSuspend__: 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)).
+    - __useWideViewPort__: Sets whether the WebView should enable support for 
the "viewport" HTML meta tag or should use a wide viewport. When the value of 
the setting is `no`, the layout width is always set to the width of the WebView 
control in device-independent (CSS) pixels. When the value is `yes` and the 
page contains the viewport meta tag, the value of the width specified in the 
tag is used. If the page does not contain the tag or does not provide a width, 
then a wide viewport will be used. (defaults to `yes`).
 
     iOS only:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to