CB-8635 Improves UX on windows platform

* Adds `fullscreen` option
* Adds ability to apply custom styles to IAB window
This commit is contained in:
Vladimir Kotikov
2015-03-25 15:03:30 +03:00
parent 16353c3466
commit 461d9e9c4c
4 changed files with 65 additions and 13 deletions
+5
View File
@@ -119,6 +119,7 @@ instance, or the system browser.
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.
- __fullscreen__: set to `yes` to create the browser control without a border around it. Please note that if __location=no__ is also specified, there will be no control presented to user to close IAB window.
### Supported Platforms
@@ -167,6 +168,10 @@ opened with `target='_blank'`. The rules might look like these
}
```
### Windows Quirks
Similar to Firefox OS IAB window visual behaviour can be overridden via `inAppBrowserWrap`/`inAppBrowserWrapFullscreen` CSS classes
### Browser Quirks
- Plugin is implemented via iframe,