Feature #8
closedScroll the AppBar
0%
Description
The desire is to scroll the AppBar with the WebView content. This bug is currently blocked by https://code.google.com/p/android/issues/detail?id=200394. Also see discussion at https://code.google.com/p/android/issues/detail?id=198965.
Updated by Soren Stoutner almost 6 years ago
- Priority changed from 2 to Next Release
It will be important to implement this before tabbed browsing or too much screen real estate will be lost on smaller devices.
Updated by Soren Stoutner almost 6 years ago
Examples of possible solutions implemented by other people:
https://gist.github.com/alexmiragall/0c4c7163f7a17938518ce9794c4a5236
Updated by Soren Stoutner almost 6 years ago
Overriding `onTouchEvent()` might require calling `performClick()` and implementing custom code there.
https://developer.android.com/reference/android/view/View#onTouchEvent(android.view.MotionEvent)
Updated by Soren Stoutner over 5 years ago
Updated by my self over 5 years ago
I want to report an issue possibly caused by the introduction of this feature. Some pages (for example https://mobile.twitter.com/Twitter) are now cutted at the bottom and scrolling incorrectly in release >= 2.17 when the "scroll app bar" feature is disabled in settings. Thank you.
Updated by Soren Stoutner over 5 years ago
When the implementation of a new feature creates a bug, it is best to open a new bug report instead of commenting in the existing feature request. It makes the tracking easier. I have created https://redmine.stoutner.com/issues/398 for this purpose.