質問編集履歴
1
一部記載に誤りがありましたので訂正します。
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
function inAppOpen(Ext){
|
23
23
|
window.open = cordova.InAppBrowser.open;
|
24
|
-
window.open(
|
24
|
+
window.open(url,'_system','location=yes');
|
25
25
|
}
|
26
26
|
var innerWindow = document.getElementById('iframe1').contentWindow;
|
27
27
|
innerWindow.inAppOpen= inAppOpen;
|