Project

General

Profile

Actions

Bug #415

closed

Websites elements have difficulty scrolling left and right.

Added by Soren Stoutner almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Next Release
Start date:
04/27/2019
Due date:
% Done:

0%

Estimated time:

Description

For example: https://redmine.stoutner.com/projects/privacy-browser/issues

This likely relates to the WebViews being inside a ViewPager, which is intercepting the left and right scrolling. It might be possible to override this in the NestedScrollWebView.

Actions #1

Updated by Soren Stoutner almost 5 years ago

Several users have reported that they have difficulty zooming in and out because the ViewPager intercepts the zoom and wants to switch pages instead. I have not personally had that experience on any of my devices, but it may be a device specific problem. In any case, it is probably related to this problem and can probably be resolved by the same solution.

Actions #2

Updated by Soren Stoutner almost 5 years ago

It seems to me that the best solution is to disable swiping in the ViewPager entirely (if that is possible), making the TabLayout the only way to move between tabs. This has the advantage of preserving all interactions inside the WebView relate to controlling the WebView, leaving all tab interactions to the TabLayout.

Actions #5

Updated by Soren Stoutner almost 5 years ago

  • Tracker changed from Feature to Bug
Actions #6

Updated by Soren Stoutner almost 5 years ago

Making this change also fixed https://redmine.stoutner.com/issues/411.

Actions

Also available in: Atom PDF