| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
I have a problem with onTouchMove event behaving like onTouchStart event for Android when used on a flex container. The responsiveness is terrible.
To test, simply create a flex container and a label widget. Invoke the function onTouchMove event for the flex container.
readCoor: function(event,x,y) {
this.view.lblTest.text = y;
}