sgrebnov / cordova-plugin-azure-notificationhub

Apache License 2.0
11 stars 36 forks source link

Add missing event property to regInfo, switch to cordova/exec/proxy for the require statement #16

Closed craigomatic closed 8 years ago

craigomatic commented 8 years ago

This fixes 2 bugs on Windows 10:

  1. hub.registerApplicationAsync doesn't get a result (because the event property isn't set)
  2. require('cordova/windows8/commandProxy') doesn't work and needs to be replaced with cordova/exec/proxy
sgrebnov commented 8 years ago

Merged, thank you @craigomatic