wallneradam / cordova-statusbar-tap

Cordova plugin to capture tap events on the iOS status bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova StatusbarTap

Capture tap events on the iOS status bar.

Installation

cordova plugin add https://github.com/wallneradam/cordova-statusbar-tap.git

Using

window.addEventListener('statusbarTap', function() {
  alert('Statusbar Tap');
});

About

Cordova plugin to capture tap events on the iOS status bar

License:MIT License


Languages

Language:Objective-C 92.5%Language:JavaScript 7.5%