Hey ,
I am building an app using cesium that need to support both touch screen and keyboard.
I am using Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK event in my app
to do some actions and I have noticed that it is not working when using touch screen(I was expecting double tap).
I took some time to read through our documentation for ScreenSpaceEventType. I would expect that the Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK event would be triggered by a double-tap.
Are you able to test to see which events are triggered by a double tap?
I do not have a lot of experience developing touch screen CesiumJS applications but I am looking forward to learning more. As always, community input is welcome!
and look for registerListener function you will notice that the handler would
trigger when double clicking with the mouse , but wont trigger on double tap.