Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 917 Bytes

README.MD

File metadata and controls

27 lines (18 loc) · 917 Bytes

Push Workshop PhoneGap App

PhoneGap Day US workshop - Simple mobile application built showing how to handle various push notification services.

Requirements

  • jQuery.js
  • Materialize
  • fontawesome (icons)

Required Plugins

NOTE: These plugins will automatically get added into your projects when a platform is added if you use the config.xml located within the project repo. Simply create a PhoneGap project then replace the config.xml and www folder with this one. $ phonegap create myPushApp

  • cordova-plugin-console 1.0.2 "Console"

      $ phonegap plugin add cordova-plugin-console
    
  • cordova-plugin-statusbar 2.0.0 "StatusBar"

      $ phonegap plugin add cordova-plugin-statusbar
    
  • phonegap-plugin-push 1.5.3 "PushPlugin"

      $ phonegap plugin add phonegap-plugin-push