WebIntent Plugin (Android)

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.

Enable Plugin in Monaca

  1. From the IDE menu, go to Configure → Cordova Plugin Settings.

  2. Under Available Plugins section, hover over the WebIntent plugin and click Enable button.

WebIntent Plugin Demo

Using "url" attribute of the "startActivity" function, an app can specify the target app to be launched. Here are some examples:

See Also:

Last updated

Was this helpful?