-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: cordova-plugin-inappbrowser, cordova-wp8 (DEPRECATED)
-
Labels:None
-
Environment:
cordova-plugin-inappbrowser 1.0.0 with wp8.1
according to this
although we can use...
window.open = cordova.InAppBrowser.open;
but I found a strange thing really only in wp8
in wp8,it must be use "window.open" instead of "cordova.InAppBrowser.open"
otherwise,all function will be fail
tried many times