teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

一部記載に誤りがありましたので訂正します。

2018/10/01 13:32

投稿

jmp1001
jmp1001

スコア13

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(Ext,'_system','location=yes');
24
+ window.open(url,'_system','location=yes');
25
25
  }
26
26
  var innerWindow = document.getElementById('iframe1').contentWindow;
27
27
  innerWindow.inAppOpen= inAppOpen;