-
Notifications
You must be signed in to change notification settings - Fork 12
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
Save/Update/Finish Button hidden by status bar #156
Comments
Thanks for the report! It definitely shouldn't be doing that, I'll see what I can do |
Would you be able to tell me your android version please? Thank you! |
Thank you for the quick response. My android version is 13. |
Fantastic. I'll have a play with the emulator tonight to see what I can do. |
I cannot for the life of me get this bug to show up I'm afraid. I have a workaround, which would just amount to offsetting the top by a static distance. I'll release a new version with this toggle which should help you in the meantime. |
Thank you very much for your efforts! Unfortunately, I have no idea what the problem might be. |
Yeah it's a headscratcher. You say it doesn't work for creating/editing sessions. Could you show me a screenshot of what you mean? It should apply everywhere |
Also, do you have developer mode enabled? If so, would you be able to show your WebView implementation? I wonder if it's a browser version issue... |
This is where I perform the calculation to get the insets. It works on all emulators and my phone (asus zenfone 9). |
I'm getting the same issue on Pixel 7 pro (android 15) |
I've got a clue! Seems like I can reproduce it when using a non english language (thanks for the translation @spar34vi!) I have a feeling I know exactly what it is now... I think that the inset is resolving to a decimal, and I am formatting it for the css using the region's format (i.e. commas). But CSS is not regionalised, and it REQUIRES periods. A fix for this will be inbound! 🎉 Thanks for all the reports! |
In android, there has been an issue where the status bar did not always reserve space for itself. It was found that this is a localisation issue, and we were creating invalid CSS as decimals were being split by commas. Fixes: #156
Hi,
I just started using your app and am pretty happy so far.
One issue that bothers me is that the app reaches under the status bar on my phone (Google Pixel 4a). This makes it very difficult to save/update or finish a session. I would bei very happy you could fix this.
The text was updated successfully, but these errors were encountered: