You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I appear to be unable to pass qemu.hw.mainkeys=1 to the properties on the instance to disable softkeys for navigation. This causes tools like Appium to read the display incorrectly as they omit the area occupied by the softkeys.
<resources>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be autodetected from the Configuration. -->
<boolname="config_showNavigationBar">true</bool>
Describe the bug
I appear to be unable to pass
qemu.hw.mainkeys=1
to the properties on the instance to disable softkeys for navigation. This causes tools like Appium to read the display incorrectly as they omit the area occupied by the softkeys.Android 11+
I have tried adding
qemu.hw.mainkeys=1
as well and neither seem to work.The text was updated successfully, but these errors were encountered: