WebIntent Plugin (Android)
Last updated
Last updated
WebIntent plugin lets you start an installed application from within Monaca application. The following sample will start an app that will display a map.
This plugin is available only to Android platform.
From the IDE menu, go to Configure → Cordova Plugin Settings
.
Under Available Plugins section, hover over the WebIntent
plugin and click Enable
button.
Using "url"
attribute of the "startActivity"
function, an app can specify the target app to be launched. Here are some examples:
See Also: