Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
204 stars 17 forks source link

Result overlapping menubar on Fairphone 3plus #32

Closed Hackbroetchen closed 10 months ago

Hackbroetchen commented 1 year ago

Screenshot_20230127-103445_yetCalc This calculator is all I was looking for except this tiny flaw. <3

Yet-Zio commented 1 year ago

Hey @Hackbroetchen , thanks for reporting that. It might be due to the screen size or a weird padding issue, I will check if that's the case. Let me know if you have any other issues.

Yet-Zio commented 1 year ago

@Hackbroetchen I tested it on a Pixel 3 that has a lower screen size than yours. Your fairphone 3plus by specification appears to be 5.65 with a resolution of 1080 x 2160. The Pixel 3 has the same, although I can't reproduce the issue there:

Screenshot_20230127_161314_framed

I suppose the issue happens because of navigation buttons. But even after changing to that, I can't reproduce the issue:

Screenshot_20230127_164010

Yet-Zio commented 1 year ago

@Hackbroetchen Can you specify your phone size and resolution? Or is this page right: Fairphone 3+ Specs

Hackbroetchen commented 1 year ago

That is correct. Thank you for the quick reaction. I installed /e/os (1.6-r-20221129238947-stable-FP3) that is android 11. Maybe that has to do with that. Maybe someone else that has the same issue and can share his phone specs.

Edit: I updated the os to 1.7-r-20230110250404-stable-FP3 with no change.

Yet-Zio commented 1 year ago

Thanks for the update, seems like a layout issue or something associated with the rom. Could you test this apk and let me know if that fixed it:

yetCalcLytTest.apk

Hackbroetchen commented 1 year ago

Changes nothing. But I experimented a bit and found out that when I decrease the display size option from "default" to "small" the issue goes away. Screenshot_20230129-115415_Settings Although it squiched the buttons a bit: Screenshot_20230129-114833_yetCalc This might be a way to reproduce the issue on your device because setting screen size to "large" worsens it.

Turning on gesture navigation solves it as well.

Yet-Zio commented 1 year ago

That's how the buttons should actually look tho. Seems setting small resolves most issues for you. When I first tested on pixel 3, it was on default and had no problems. The issue does occur when the size is large, larger. I have a doubt here as well about your display size, it seems to have 5 options for the slider but small is at the middle and as per your response default should be higher. This means there's large which is at the last. However, what about the options at leftmost, is it like smaller, smallest? Your display setting being "small" appears as default to me considering your screen size.

Anyway, thanks for the report.