Android + Phonegap / Cordoba + Sencha: drag and drop / scroll

I am developing the Sencha Touch application using phonegap in Eclipse, testing several Android devices (Android 2.3 - 4.0, for example, Galaxy Nexus GT-i9250M). I am using the Sencha base list. Now the problem arises (most often on most devices). When I look at the list, I get this warning in logcat:

05-18 13: 01: 26.414: W / webview (20422): skip the drag and drop as we are waiting for WebCore to respond with a touch down.

And when dragging, the gesture is not recorded at all when this happens, which leads to a very unpleasant scrolling. Small bumps work very well, it really is a drag and drop that causes problems (mostly just freezes) ...

A previous study tells me that this is a recurring android error, but I could not find a single solution, nor a workaround working for me anywhere. Tried a few things as indicated here: http://uihacker.blogspot.ca/2010/10/android-bug-miss-drag-as-we-are-waiting.html

EDIT: I also tried this technique from the same person as above, having caught the touchstart event with both the sencha (itemtouchstart) event system and the document. http://uihacker.blogspot.ca/2011/01/android-touchmove-event-bug.html

But without success

Any any suggestion? Workaround Something?

Thank!

+3
source share

All Articles