react-native-extra-dimensions-android icon indicating copy to clipboard operation
react-native-extra-dimensions-android copied to clipboard

For the fix of hasPermanentMenuKey on Emulator

Open wanderbon opened this issue 6 years ago • 2 comments

wanderbon avatar Jun 20 '19 07:06 wanderbon

Please explain these changes

Sunhat avatar Jun 20 '19 14:06 Sunhat

Your method don't work on Android Emulator. For this reason, we need detect where run applications. If it is Emulator, soft keyboard check with help ViewConfiguration.get(ctx).hasPermanentMenuKey(); command, but this code dont correct work on physical device. So, if applications run to physical decice, return your code.

wanderbon avatar Jun 20 '19 15:06 wanderbon