Page 2 of 2

Re: How can one use touch events?

Posted: Thu Sep 19, 2019 9:13 am
by Enzoo
klodoma wrote: Thu Sep 19, 2019 8:49 am
nickolay wrote: Tue Sep 10, 2019 2:09 pm Try adding `t.simulator.forceTouchEvents = false` at the top of the test file?
I'm replying late. Yes, this seems to solve the problem at least for the provided example.
I'll try to add it to the other cases and I'll provide feedback.
This does not help in my case, it still does the same thing and bugs out in siesta code.

Re: How can one use touch events?

Posted: Thu Sep 19, 2019 10:04 am
by nickolay
@Enzoo - I've just tried with Sencha Touch 2.3 and it seems to work fine. What is your Sencha Touch version? Please start a new thread for your reply.

Re: How can one use touch events?

Posted: Thu Sep 19, 2019 5:24 pm
by klodoma
A longpress fires childlongpress which is correct.
But it fires also a childtap, not sure, is this normal?

Re: How can one use touch events?

Posted: Thu Sep 19, 2019 5:25 pm
by nickolay
Yes, this is correct. In the same way `click` fires `mousedown` and `mouseup`