Skip to content

@capgo/capacitor-home-indicator

Capacitor Home Indicator Plugin for controlling the iOS home indicator visibility. The home indicator is the horizontal bar at the bottom of iOS devices without a physical home button.

Capacitor Home Indicator Plugin for controlling the iOS home indicator visibility. The home indicator is the horizontal bar at the bottom of iOS devices without a physical home button.

  • hide - Hide the home indicator at the bottom of the screen.
  • show - Show the home indicator at the bottom of the screen.
  • isHidden - Check whether the home indicator is currently hidden.
MethodDescription
hideHide the home indicator at the bottom of the screen.
showShow the home indicator at the bottom of the screen.
isHiddenCheck whether the home indicator is currently hidden.
getPluginVersionGet the native Capacitor plugin version.

This reference is synced from src/definitions.ts in capacitor-home-indicator.

Keep going from @capgo/capacitor-home-indicator

Section titled “Keep going from @capgo/capacitor-home-indicator”

If you are using @capgo/capacitor-home-indicator to plan native plugin work, connect it with Using @capgo/capacitor-home-indicator for the native capability in Using @capgo/capacitor-home-indicator, Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins, and Ionic Enterprise Plugin Alternatives for the product workflow in Ionic Enterprise Plugin Alternatives.