You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to allow users of my website to disable pull to refresh if they want, using my settings page.
Proposed solution
The v-pull-to-refresh component should provide a disabled prop (or enabled or similar) that can reference other sources such as Pinia stores. When disabled is passed, scrolling should no longer trigger the pull to refresh (including the animation).
The text was updated successfully, but these errors were encountered:
Problem to solve
I want to allow users of my website to disable pull to refresh if they want, using my settings page.
Proposed solution
The
v-pull-to-refresh
component should provide adisabled
prop (orenabled
or similar) that can reference other sources such as Pinia stores. Whendisabled
is passed, scrolling should no longer trigger the pull to refresh (including the animation).The text was updated successfully, but these errors were encountered: