kevinhinterlong / archwiki-viewer

A simple Android specific viewer for the Arch Linux Wiki.
https://wiki.archlinux.org/
Apache License 2.0
72 stars 13 forks source link

Header bar hide/unhide "exaggerates" page scroll. #47

Open krompus opened 6 years ago

krompus commented 6 years ago

This is a pretty common thing in apps that hide the header on scroll. If it's easier to implement, perhaps an option to always show the header?

If you're not sure what I'm referring to, very slowly scroll at a uniform speed, alternating up and down; you'll see the scroll accelerate when the header moves.

kevinhinterlong commented 6 years ago

Yea, this is the best implementation I've found with a webview for the scrolling behavior. I could try to play around with it, but I'm really not sure how it'll turn out. I don't think this is a big enough issue to add a setting, but I can try to make it less exaggerated.