CB-7696 Document target=_self behavior for Windows

github close #124
This commit is contained in:
Sergey Grebnov 2015-11-19 16:27:11 +03:00 committed by sgrebnov
parent bc9036d90a
commit 8142c73c84

View File

@ -172,6 +172,10 @@ opened with `target='_blank'`. The rules might look like these
### Windows Quirks
Windows 8.0, 8.1 and Windows Phone 8.1 don't support remote urls to be opened in the Cordova WebView so remote urls are always showed in the system's web browser if opened with `target='_self'`.
On Windows 10 if the URL is NOT in the white list and is opened with `target='_self'` it will be showed in the system's web browser instead of InAppBrowser popup.
Similar to Firefox OS IAB window visual behaviour can be overridden via `inAppBrowserWrap`/`inAppBrowserWrapFullscreen` CSS classes
### Browser Quirks