When using the Defold-input asset and the onscreen
component, there is some wierd focus problem going on in iOS Safari. Have tried this both in my own project and on the demo site.
If any of you have an iOS device, could you please try this and verify it’s not only on my device:
- Open https://britzl.github.io/Defold-Input/
- Click “Onscreen”
- Drag the joystick (doesn’t work)
Now instead go back and again
- Click “Onscreen”
- Now click in the middle of screen
- Drag the joystick (now it works again)
The other tests on that demo seems to work fine.
Also it seems to be related to multitouch. When removing the touch_multi
settings in my project’s input binding file, it works fine.