TTMSFNCTableView SwipeBounceGesture in PWA App

Hi,

I have this turned off but it has no effect. On both Android and iOS this still happens. On Android it is worse because it completely reloads the app. How can I avoid this?

Thanks,

Ken

Hi we are able to reproduce the issue and are currently investigating this.

Hi,

You can fix this issue by using the following code:

TMSFNCTableView1.TreeView.AllowTouch := False;

This will prevent the default behavior of scrolling on a page or refreshing the page.

Thanks Pieter, that works great!