cordova-plugin-overlay
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Cordova Overlay Plugin

This plugin is intended for requesting the screen overlay permission on Android.

Installation

Cordova

cordova plugin add cordova-plugin-overlay

Ionic + Cordova

ionic cordova plugin add cordova-plugin-overlay

Capacitor

npm install cordova-plugin-overlay

API

canOverlayScreen()

Overlay.canOverlayScreen()
    .then(function (result) {
        // true, false
    });

openOverlaySetting()

Overlay.openOverlaySetting()
    .then(function (result) {
        // true, false
    });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i cordova-plugin-overlay

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

8.23 kB

Total Files

10

Last publish

Collaborators

  • kolbasa