FlexContainer onTouchMove responsiveness for Android

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;

}

Hi,

We have observed the reported behavior and we are working on it and will keep update you on the progress.

Hi @Petew Hill​ ,

Is "Enable Scrolling" in form properties, turned off?