-
Notifications
You must be signed in to change notification settings - Fork 5
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
Grid View: scrolling to correct offset #120
Comments
it is... it's been a trial and error for a long time now. I know of at least 2 other places in the code where this is not working very well. |
improvements coming in next release. Keeping it short:
every single time you use a google api ... you end up applying workarounds for unexpected error / side-effects... android is a mess... bottom-line: it will be better, but probably not perfect... oh well... |
Good to read that (I didn’t dare say it). |
it's well recognised as soon as you get on the community websites... but given that iPhone is the single alternative 👎 They deprecate api's, because they are broken, and replace them with new broken ones... instead of actually fixing the original. Here's the latest bug I ran into: Line 84 in 35f6fc3
old android, use GET_SIGNATURES it's very demotivating |
here you go 7.2.0 |
Maybe this one is challenging to fix:
When I have many books listed in the Grid View, when I open the detail view and when I go back, the viewport changes (I see other books than before). Everything works fine in the List View.
PS: This also happens when switching to another Android app and back.
The text was updated successfully, but these errors were encountered: