cordova-plugin-alertdialog

1.0.1 • Public • Published

title: Alert Dialog description: Triggers a call to the alert module system

cordova-plugin-alertdialog

This plugin is very simple. Customize the operating system's native alerts and triggers for an immediate alert to your activity.

Installation

cordova plugin add cordova-plugin-alertdialog

Example

window.plugins.alertdialog.show('testTitle', 'Success Message!', 'buttonOk');

Parameters

1. Title Alert
2. Message
3. Label Button

Supported Platforms

  • Android

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cordova-plugin-alertdialog

      Weekly Downloads

      1

      Version

      1.0.1

      License

      Apache-2.0

      Last publish

      Collaborators

      • fbsanches