advplyr / audiobookshelf-app

Mobile application for Audiobookshelf
https://audiobookshelf.org
GNU General Public License v3.0
1.16k stars 160 forks source link

Library Link needs a scroll bar #1168

Open ZLoth opened 4 months ago

ZLoth commented 4 months ago

Is your feature request related to a problem? Please describe.

Because of the large number of audiobooks in my collection that I'm porting over to AudioBookShelf, I have divided my book list into several libraries. They are:

When I bring up the library list in the Android app, I see the following: Screenshot_20240405-172752

There is no indication to the user that they need to scroll up to see the following: Screenshot_20240405-172809

Even when I hold my phone sideways: Screenshot_20240405-175226

And on my tablet: Screenshot_20240405_210423_Audiobookshelf

Describe the solution you'd like

A scroll bar to indicate that there are more content available.

Describe alternatives you've considered

This is a in-app issue.

Additional context

Add any other context or screenshots about the feature request here.

advplyr commented 3 months ago

I'm not sure what the proper UI/UX design is for scrolling lists on mobile so hopefully a designer can provide an answer. Typically scrollbars aren't shown on mobile until you start scrolling but I couldn't find if this is handled differently for menus. I consulted material design docs and didn't find an answer.

I looked into why the scrollbar doesn't show once you start scrolling which is standard for browsers and it turns out this is a bug that has existed for 10 years with WebView https://issues.chromium.org/issues/40226034