Hi Carlos,

Touch support is a can of worms.

Basic touch support comes for free from Mouse Events. Anything more than that, 
gets very complex very quickly.

I use Hammer.js in my own app to handle touch, and it works very well.

https://hammerjs.github.io/ <https://hammerjs.github.io/>

Harbs

> On Jul 4, 2018, at 4:47 PM, Carlos Rovira <carlosrov...@apache.org> wrote:
> 
> Hi,
> 
> I'm looking how to provide touch support for Drawer so users can slide out.
> Is a default behavior in this kind of components.
> 
> I'm seeing there's no TouchEvent or something similar. I think this is an
> important flaw, since not having this is like to say we are not prepared
> for mobile and in the end we lost users.
> 
> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira

Reply via email to