hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
407 stars 51 forks source link

Prevent pull-to-refresh from triggering while scrolling in a nested scrollable element on the page #310

Closed jayohms closed 4 months ago

jayohms commented 4 months ago

This fixes: https://github.com/hotwired/turbo-android/issues/294

This prevents pull-to-refresh from being triggered when (potentially) nested scrolling within an element on the page that is using overflow-y: scroll or overflow-y: auto. To address this, the following item were added:

leonvogt commented 4 months ago

Works like a charm, thanks @jayohms!