@navify/core
Base components for Navify
Base components for Navify
Angular specific wrappers for @familyjs/core
Base components for Family
Create a new Jigra project
Generate a new Jigra plugin
The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.
The Dialog API provides methods for triggering native dialog windows for alerts, confirmations, and input prompts
Docs Readme Markdown and JSON Generator for Jigra Plugins
The Filesystem API provides a NodeJS-like API for working with files on the device.
The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.
Google maps on Jigra
The Haptics API provides physical feedback to the user through touch or vibration.
The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.
The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).
The Text Zoom API provides the ability to change Web View text size for visual accessibility.
The Toast API provides a notification pop up for displaying important information to a user. Just like real toast!
The Action Sheet API provides access to native Action Sheets, which come up from the bottom of the screen and display actions a user can take.
The App API handles high level App state and events.For example, this API emits events when the app enters and leaves the foreground, handles deeplinks, opens other apps, and manages persisted plugin state.
The AppLauncher API allows to open other apps
Jigra Background Runner