Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
'windows' platform, Windows 8.0, 8.1, Windows Phone 8.1
Description
1. Run Mobilespec app
2. Go to Plugin Tests (Automatic and manual)
3. Go to “manual tests”
4. Go to “cordova.inappbrowser.tests.tests”
5. Click on of these buttons
White Listed URL
"target=Random" button
Expected result: open successfully in InAppBrowser to www.google.com
Actual: opens link in a system browser
"* target=Random, no location bar" button
Expected result: open successfully in InAppBrowser to www.google.com with no location bar.
Actual: opens link in a system browser
Non White Listed URL
target=Default
Expected result: open successfully in InAppBrowser to apple.com (_self enforces whitelist).
Actual: opens link in a system browser
target=_self
Expected result: open successfully in InAppBrowser to apple.com (_self enforces whitelist).
Actual: opens link in a system browser
target=Random
Expected result: open successfully in InAppBrowser to apple.com.
Actual: opens link in a system browser
- target=Random, no location bar
Expected result: open successfully in InAppBrowser to apple.com without locationBar.
Actual: opens link in a system browser