Open mkrupczak3 opened 4 years ago
My guess would be that if the developer coded in some kind of "offset" for the location of the buttons onscreen with and without the touchbar hidden, that the offset is a fixed value instead of gathered from an API.
On Android 11 (10?), the wider "3 touch button" bar at the bottom was replaced with a thinner single bar for "home", while the multitask and back functions were delegated to swiping gestures.
If such an offset was incorrect due to this discrepancy, that could explain this bug.
Please don't make me dig through this code and submit a pull request
(Huge fan of the app btw)
can confirm this as an issue
This is an issue with both 3-button and gesture navigation. The workaround fixes on both nav modes
Description:
The default configuration of the app on later versions of android (e.g. 11), WabbitEMU is configured by default to hide "touchbar buttons" during use of the app.
Unfortunately, this causes a noticable "misalignment" whereby the appearance of each calculator button and the location necessary to tap to activate it are discoupled. For instance, each and every button on screen would need to be tapped a small distance above their apparent location on the screen, no matter the calculator emulated. The difference is noticeable enough to interfere with normal use of the app.
Steps to reproduce:
On a phone with android 11 (e.g. Pixel 4a)
Workaround:
In the settings menu of the app, deselect the "hide touchbar buttons" option. The button locations and their on-screen counterparts will now be properly aligned.