0.0.9 • Published 2 years ago

cap-navigation-plugin v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cap-navigation-plugin

Provides navigation throughout the application implementing native methods to navigate.

Install

npm install cap-navigation-plugin
npx cap sync

API

navigateTo(...)

navigateTo(options: { url: string; }) => Promise<{ navigated: boolean; msg: any; value: any; }>
ParamType
options{ url: string; }

Returns: Promise<{ navigated: boolean; msg: any; value: any; }>


0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago