You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:28 UTC

[08/17] git commit: CB-3617: Document clearcache and clearsessioncache for ios

CB-3617: Document clearcache and clearsessioncache for ios


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/04de070d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/04de070d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/04de070d

Branch: refs/heads/master
Commit: 04de070dcd613db5a4d012b91831f730ca506e2b
Parents: 22c7a0e
Author: Ian Clelland <ic...@chromium.org>
Authored: Mon Apr 7 10:08:20 2014 -0600
Committer: Ian Clelland <ic...@chromium.org>
Committed: Mon Apr 7 10:10:12 2014 -0600

----------------------------------------------------------------------
 doc/index.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/04de070d/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 5201927..1db39db 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -65,6 +65,8 @@ instance, or the system browser.
     - __closebuttoncaption__: set to a string to use as the __Done__ button's caption. Note that you need to localize this value yourself.
     - __disallowoverscroll__: Set to `yes` or `no` (default is `no`). Turns on/off the UIWebViewBounce property.
     - __hidden__: set to `yes` to create the browser and load the page, but not show it. The loadstop event fires when loading is complete. Omit or set to `no` (default) to have the browser open and load normally.
+    - __clearcache__: set to `yes` to have the browser's cookie cache cleared before the new window is opened
+    - __clearsessioncache__: set to `yes` to have the session cookie cache cleared before the new window is opened
     - __toolbar__:  set to `yes` or `no` to turn the toolbar on or off for the InAppBrowser (defaults to `yes`)
     - __enableViewportScale__:  Set to `yes` or `no` to prevent viewport scaling through a meta tag (defaults to `no`).
     - __mediaPlaybackRequiresUserAction__: Set to `yes` or `no` to prevent HTML5 audio or video from autoplaying (defaults to `no`).