capacitor-android-nav-mode
v1.1.1
Published
Returns the Android navigation mode of the device
Downloads
781
Readme
capacitor-android-nav-mode
Returns the Android navigation mode of the device
Install
npm install capacitor-android-nav-mode
npx cap sync
API
getNavigationMode()
getNavigationMode() => Promise<{ mode: NavModes; }>
Returns: Promise<{ mode: NavModes; }>
Enums
NavModes
| Members | Value |
| ----------------- | -------------- |
| ThreeButton
| 0 |
| TwoButton
| 1 |
| Gesture
| 2 |