質問編集履歴

4

初心者マーク

2021/05/31 00:40

投稿

tenlife
tenlife

スコア70

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  **やりたいこと**
8
8
 
9
- ipone(ios)でもcanvas要素のクリックイベントを取得したい
9
+ ipone(ios)でもcanvas要素のクリックイベントを取得したいと思っていま
10
10
 
11
11
 
12
12
 

3

初心者マーク

2021/05/31 00:40

投稿

tenlife
tenlife

スコア70

test CHANGED
File without changes
test CHANGED
@@ -296,4 +296,12 @@
296
296
 
297
297
 
298
298
 
299
- どなたか詳しい方いましたら、ご教授い
299
+ どなたか詳しい方いましたら、ご教授いただきたいです。
300
+
301
+ よろしくお願いします。
302
+
303
+
304
+
305
+ vue.js 2.6.11
306
+
307
+ ios 14.3

2

初心者マーク

2021/05/30 20:27

投稿

tenlife
tenlife

スコア70

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,7 @@
1
1
  three.jsを使用してcanvasでクリック処理を実装しています。
2
2
 
3
+ const camera_controls = new OrbitControls(camera, canvasElement)で検知しています
4
+
3
5
 
4
6
 
5
7
  **やりたいこと**

1

初心者マーク

2021/05/30 00:58

投稿

tenlife
tenlife

スコア70

test CHANGED
@@ -1 +1 @@
1
- OrbitControlsを使用するとcanvas上でクリックイベントを取得出来ない(three.js)
1
+ OrbitControlsを使用するとiphoneだとcanvas上でクリックイベントを取得出来ない(three.js)
test CHANGED
File without changes