cap-navigation-plugin
v0.0.9
Published
Provides navigation throughout the application implementing native methods to navigate.
Readme
cap-navigation-plugin
Provides navigation throughout the application implementing native methods to navigate.
Install
npm install cap-navigation-plugin
npx cap syncAPI
navigateTo(...)
navigateTo(options: { url: string; }) => Promise<{ navigated: boolean; msg: any; value: any; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
Returns: Promise<{ navigated: boolean; msg: any; value: any; }>
