Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android - Pull to refresh triggered when scrolling container inside a website #765

Closed
4 tasks done
Manuito83 opened this issue Mar 29, 2021 · 1 comment
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@Manuito83
Copy link
Contributor

Environment

Technology Version
Flutter version 1.27.0-4.0.pre
Plugin version 5.3.0
Android version 11
iOS version 14.4
Xcode version

Device information: Emulator + OnePlus 6T

Description

When trying to scroll a container (e.g. large textview with several lines) inside of a webpage, and if the main website scroll is at the top, the pull to refresh triggers.

Expected behavior: only the scrollable container/textview should scroll

Current behavior: inAppWebView's pull to refresh triggers.

Steps to reproduce

  1. Use the current example project for inAppWebView
  2. Browse to a website with a scrollable container (e.g.: https://javiercbk.github.io/json_to_dart) or even try to edit anything here in GitHub large enough to scroll (README.md, or a comment, etc).
  3. Add as many lines as necessary in the container, so that it can be scrolled
  4. Try to scroll up the container. If the main website scroll is at the top, the pull to refresh will trigger.
  5. (If the main website scroll is not at the top, the container scrolls with no issues)
@Manuito83 Manuito83 added the bug Something isn't working label Mar 29, 2021
@pichillilorenzo pichillilorenzo changed the title Pull to refresh triggered when scrolling container inside a website Android - Pull to refresh triggered when scrolling container inside a website Mar 30, 2021
@pichillilorenzo
Copy link
Owner

Fixed with new release "5.3.0+1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants