Three.js: Editor: Camera selector drop-down is unclickable on mobile

Created on 2 Sep 2020  ·  4Comments  ·  Source: mrdoob/three.js

The camera selector drop-down remains unclickable on mobile even after the addition of multiple cameras in the scene.

Three.js version
  • [ ] Dev
  • [ ] r120
  • [ ] ...
  • [x] Editor
Browser
  • [x] All of them
  • [ ] Chrome
  • [ ] Firefox
  • [ ] Internet Explorer
OS
  • [ ] All of them
  • [ ] Windows
  • [ ] macOS
  • [ ] Linux
  • [x] Android
  • [ ] iOS
Bug Editor

Most helpful comment

Seems like this was the issue: https://github.com/mrdoob/three.js/commit/44c63360c59056b1f8e9caf8570ce00083d5fcd7

In the past iPads needed this, but with with the move to Pointer Events maybe it's no longer needed.

Hopefully https://threejs.org/editor/ will work in a few minutes.

All 4 comments

I can confirm this on prod. However, the dev version of the editor seems to be already fixed. Can you please give it a try?

https://raw.githack.com/mrdoob/three.js/dev/editor/index.html

Yep, it's working perfectly in the dev version.

Closing then. This will be fixed in prod with the next release at the end of the month.

Seems like this was the issue: https://github.com/mrdoob/three.js/commit/44c63360c59056b1f8e9caf8570ce00083d5fcd7

In the past iPads needed this, but with with the move to Pointer Events maybe it's no longer needed.

Hopefully https://threejs.org/editor/ will work in a few minutes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danrossi picture danrossi  ·  210Comments

Mugen87 picture Mugen87  ·  68Comments

arefin86 picture arefin86  ·  64Comments

WaltzBinaire picture WaltzBinaire  ·  67Comments

kdilayer picture kdilayer  ·  62Comments