Hello,
I'm trying to detect if the android device has a navigation bar.
I found this code on the internet:
How can this be run in B4A?
Or maybe someone has something better to suggest?
Thank you
I'm trying to detect if the android device has a navigation bar.
I found this code on the internet:
B4X:
boolean hasBackKey = KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_BACK);
boolean hasHomeKey = KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_HOME);
Or maybe someone has something better to suggest?
Thank you