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

filharvey picture filharvey  路  3Comments

makc picture makc  路  3Comments

konijn picture konijn  路  3Comments

jack-jun picture jack-jun  路  3Comments

danieljack picture danieljack  路  3Comments