質問編集履歴
1
一部記載に誤りがありましたので訂正します。
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
window.open = cordova.InAppBrowser.open;
|
46
46
|
|
47
|
-
window.open(
|
47
|
+
window.open(url,'_system','location=yes');
|
48
48
|
|
49
49
|
}
|
50
50
|
|