Skip to content

Latest commit

 

History

History
executable file
·
29 lines (12 loc) · 457 Bytes

File metadata and controls

executable file
·
29 lines (12 loc) · 457 Bytes

##UIApplicationShortcutItem Plugin

This plugin adds cordova iOS support to handle iOS9 3d Touch icon shortcuts.

Add the plugin

cordova plugin add https://github.com/daviddulak/phonegap-plugin-uiapplicationshortcut.git

Configure Shortcuts

edit cordova/plugins/ios.json to your desired shortcuts

Check for the Occurance

window.plugins.shortcut.check(function(e){ if (e === 'com.string') { console.log('Success'); } });