diff --git a/doc/index.md b/doc/index.md index d59cd99..1f4c823 100644 --- a/doc/index.md +++ b/doc/index.md @@ -77,6 +77,10 @@ instance, or the system browser. - __transitionstyle__: Set to `fliphorizontal`, `crossdissolve` or `coververtical` to set the [transition style](http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/modalTransitionStyle) (defaults to `coververtical`). - __toolbarposition__: Set to `top` or `bottom` (default is `bottom`). Causes the toolbar to be at the top or bottom of the window. + Windows only: + + - __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. + ### Supported Platforms - Amazon Fire OS @@ -84,6 +88,7 @@ instance, or the system browser. - BlackBerry 10 - Firefox OS - iOS +- Windows 8 and 8.1 - Windows Phone 7 and 8 ### Example @@ -169,6 +174,7 @@ The object returned from a call to `window.open`. - Amazon Fire OS - Android - iOS +- Windows 8 and 8.1 - Windows Phone 7 and 8 ### Quick Example @@ -199,6 +205,7 @@ The function is passed an `InAppBrowserEvent` object. - Amazon Fire OS - Android - iOS +- Windows 8 and 8.1 - Windows Phone 7 and 8 ### Quick Example @@ -222,6 +229,7 @@ The function is passed an `InAppBrowserEvent` object. - Android - Firefox OS - iOS +- Windows 8 and 8.1 - Windows Phone 7 and 8 ### Quick Example @@ -242,6 +250,7 @@ The function is passed an `InAppBrowserEvent` object. - Amazon Fire OS - Android - iOS +- Windows 8 and 8.1 ### Quick Example @@ -273,6 +282,7 @@ The function is passed an `InAppBrowserEvent` object. - Amazon Fire OS - Android - iOS +- Windows 8 and 8.1 ### Quick Example