1

I'm using ARC Welder to test an APK in Chrome (on Windows). It works mostly fine but the app uses an old-style Android menu, opened by either pressing the hardware button on old devices, or touching the "3 vertical dots" soft button on newer ones. However the ARC window doesn't use a menu button nor does there seem to be a keyboard shortcut to open the menu (not that I could find anyway). Any ideas?

(Note: I know Google has more or less depricated there old style Android menus. But this is in an old APK).

Matthias
  • 569
  • 1
  • 9
  • 30

2 Answers2

2

ARC does not provide a way of simulating an Android menu button. We have thought about providing a button in the window frame, like we do for the back button, but we have not moved forward with it. Feel free to star the bug for it

Lloyd Pique
  • 916
  • 5
  • 5
1

Ctrl+Windows+Esc (Win key is to prevent Windows opening the Start menu): https://github.com/vladikoff/chromeos-apk#tested-apps

Right Alt should work as well but most keyboards lack that key. https://bugs.chromium.org/p/chromium/issues/detail?id=290361#c9

Generic Bot
  • 309
  • 1
  • 4
  • 8
Luca
  • 11
  • 2