Search found 6 matches

Thanks, this helped a lot.
Hi Nickolay,

here is the link to my test app https://dropmefiles.com/FBaQJ
all you prob need to change is the extjs location in the index.html file.
@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. Hi, i am using the following in my application siesta-5.2.3 SenchaTouch-2.4.1 the test app to test the application is using siesta-5.2.3 SenchaTouch...
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 ...
We are testing a sencha touch application, to reproduce run the tap event on a sencha touch button using the pageUrl option in chrome browser v77.
Hi, I am using var harness = new Siesta.Harness.Browser.SenchaTouch(); i am not able to do tap events since upgrading to to latest siesta from 4.2.1 i am doing something like: t.chain( { action: 'tap', target: component }); it fails in siesta-no-ext-all.js on line 36841: deferer : this.test.original...