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

horizontal swipe/scroll doesn't work #11

Open
MasterOfTouch opened this issue May 31, 2023 · 4 comments
Open

horizontal swipe/scroll doesn't work #11

MasterOfTouch opened this issue May 31, 2023 · 4 comments

Comments

@MasterOfTouch
Copy link

As title say, it's impossible to scroll webview in horizontal direction. It seems it's only possible to scroll in ideal horizontal axis, thats not suitable for user.

@dpastor
Copy link
Contributor

dpastor commented Jun 5, 2023

Hi @MasterOfTouch , thanks a lot for your feedback.

From my tests, horizontal scroll / fling is working correctly for scrollable elements inside the page.
In case page is not adapted to device width bounds, or when enabling zoom controls, NestedScrollView/WebView implementation does not work correctly neither, so we would need to extend this implementation to solve this problem also.

Is any of these your case? If not, please, I'll appreciate a code example to reproduce it.

Thanks in advance!

@MasterOfTouch
Copy link
Author

My case is related to big wep pages, yes they are not adapted to mobile, but it's expected.

@yargray
Copy link

yargray commented Feb 6, 2024

An attempt to scroll any page that is wider than the current viewport results in the position always being reset to zero horizontally. I am not talking about an internal scroll, but a scroll of the entire page in the horizontal direction.

@rahul-hexalitics
Copy link

rahul-hexalitics commented Feb 27, 2024

I'm also facing the same issue (When I pinch to zoom and scroll horizontally it always re-scroll the WebView to initial Y '0' position).
Did any one find a solution for this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants