What steps will reproduce the problem?
1. On a mobile device, create a block that has a dropdown
2. Open the dropdown
3. Select an item, and notice that the 300ms touch delay is there
What is the expected output? What do you see instead?
I'm expecting the selected item to respond immediately
What browser are you using?
iOS Safari
Please provide any additional information below.
Looks like Blockly is using goog.events.listen, and goog.events.listen doesn't
respond to touch events
https://groups.google.com/forum/#!topic/closure-library-discuss/8XE2c8HZicE
I'd suggest replacing this with your own Blockly.bindEvent_ instead
Original issue reported on code.google.com by daniel.h...@gmail.com on 22 Aug 2014 at 4:08
Original issue reported on code.google.com by
daniel.h...@gmail.com
on 22 Aug 2014 at 4:08