Multitouch handling not working.
Unnable to handle touchs in touchscreen devices it only recognize the first touch.
As it is a very good ui and mainly to be used in games adding multitouch support by default would be a great implementation.
Thanks for issue!
Currently Druid is not support the multitouch directly (it supports in Drag component for example, to be sure that drag is correct between different touches)
What is your use case? The on-screen navigation? Probably it should be done without default Druid button component. If other case - write please!
I have the issue to make an example with this type of component: https://github.com/Insality/druid/issues/141
I say absolutely everything, using scrolls, drags grids, if you have an option to enable it, so that all components handle touches correctly, that would be good
I think Druid will not support the multitouch control in future, but I will share the example with on screen control where users can see how to make such kind of control on their own