From 8142c73c84003a3c71088e9999677583d7e9510a Mon Sep 17 00:00:00 2001 From: Sergey Grebnov Date: Thu, 19 Nov 2015 16:27:11 +0300 Subject: [PATCH] CB-7696 Document target=_self behavior for Windows github close #124 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5c847d..e83dff1 100644 --- a/README.md +++ b/README.md @@ -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