hotwired / turbo-android

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

Pull to refresh interferes with vertical scrolling of error view #230

Closed jhutarek closed 6 months ago

jhutarek commented 2 years ago

Turbo automatically adds the view returned from TurboWebFragmentCallback.createErrorView to a ScrollView. If the error view does need to be scrolled, scrolling down works as expected, scrolling back up, however, is impossible because the pull to refresh gesture is triggered instead.

casperbakker commented 1 year ago

Sounds like related to this issue: #243