mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
21 lines
755 B
Markdown
21 lines
755 B
Markdown
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/web-intent/index.ts#L37">
|
|
Improve this doc
|
|
</a>
|
|
|
|
# Web Intent
|
|
|
|
```
|
|
$ ionic cordova plugin add com-darryncampbell-cordova-plugin-intent
|
|
$ npm install @ionic-native/plugins/web-intent
|
|
```
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/web-intent/)
|
|
|
|
Plugin Repo: [https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent](https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent)
|
|
|
|
This Plugin provides a general purpose shim layer for the Android intent mechanism, exposing various ways to handle sending and receiving intents.
|
|
|
|
## Supported platforms
|
|
|
|
- Android
|