/cordova-statusbar-tap

Cordova plugin to capture tap events on the iOS status bar

Primary LanguageObjective-CMIT LicenseMIT

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');
});