回答編集履歴

1

修正

2016/07/07 00:44

投稿

masaya_ohashi
masaya_ohashi

スコア9206

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  $("#iframe").contents().find("body").on("touchstart", function(e){
8
8
 
9
- console.log(e);
9
+ alert("タップされた");
10
10
 
11
11
  });
12
12