Hello everyone,
we have TC8000 devices in use, which accesses a web application via Enterprise Browser.
I'ld like to remap the Back-Key (KeyCode 4) to the F3-Key (KeyCode 133) inside the EB.
I tried this using the keycodemapping.xml
keycodemapping.xml:
When I use a test site to see which keycode gets "send" when pressing the back button, it correctly displays the keycode 133.
Unfortunately, when I access the web application and then press the back button, it doesn't execute the F3 Button.
I thought, that it may be an issue of the web app itself, which results in not processing the keycode 133, yet when I send a
input keyevent 133
via adb shell, the F3-Action get's executed correctly.
Do you have an idea, on what's going wrong here?
Am I missing something?
Kind regards,
André L.
2 Replies
Note sure if "David Albarracin" was looking for an option to disable recent button only on EB, otherwise it can be done via StageNow.
Settings Element: UiMgr
Option: Enable/Disable RecentApp Button
This will be applied device level though.
Best regards,
Ilyas
Hi Andre,
I wonder if you can help me. I want to disable the recent button on the TC8000 but i dont know the android key code for this button. is it possible to do it?
Thank you
David