mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-01 14:32:54 +08:00
feat(plugin): add launch navigator
https://github.com/driftyco/ionic-native/issues/18
This commit is contained in:
parent
18df9a5aeb
commit
984e7fc9d1
@ -56,9 +56,11 @@ export interface launchNavigatorOptions {
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```js
|
* ```js
|
||||||
* Badge.set(10);
|
* LaunchNavigator.navigate("Toronto, ON", "London, ON")
|
||||||
* Badge.increase();
|
* .then(
|
||||||
* Badge.clear();
|
* success => console.log("Launched navigator"),
|
||||||
|
* error => console.log("Error launching navigator", error)
|
||||||
|
* );
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
|
Loading…
Reference in New Issue
Block a user