With web apps, is there a way to stop an app refreshing (reloading) when swiping down on the screen in Chrome?
I have a jqxgrid, and sometimes when scrolling back up the list, it can be easy to accidentally refresh the app which is annoying.
I tried this with my app and found that it works fine until i scroll on the JqxGrid. After i scroll on it, the app returns to it’s original state (can refresh app by scrolling down).