capacitor-android-nav-mode
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i capacitor-android-nav-mode

Weekly Downloads

135

Version

1.0.0

License

MIT

Unpacked Size

20.6 kB

Total Files

26

Last publish

Collaborators

  • aeharding