1

There is a way to handle touch events with bootsfaces ?

For instance, does onmouseup or onmousedown or even onclick on mobile when the user touch the element ?

Thanks

b.lopes
  • 435
  • 1
  • 7
  • 17

1 Answers1

0

We've planned touch support for the next version of BootsFaces (0.9.0). But even today, touching an element is treated like a mouse click. What we don't support yet are typical mobile actions like <b:shake />, <b:pinch />, multitouch and using the gyroscope.

Stephan Rauh
  • 3,069
  • 2
  • 18
  • 37