It would be good to have the option to disable the pull-to-refresh on perspective app, like it’s on chrome:
chrome://flags/#disable-pull-to-refresh-effect
The reason is: we’re using some views that require zoom, since it’s mobile, and when the user is panning, sometimes they “overscroll” and the page refreshes.
I use the perspective app on an Android tablet.
I have made an application that requires a lot of scrolling in the application.
When you scroll and reach the end of the page and you continue scrolling, the application will reload (see image).
Is there a way to make sure that the application is not loaded again when scrolling / swiping?