Savio Sebastian

Results 5 comments of Savio Sebastian

Comment the `GcmAndroid.stopService();` line. It should work. My index.android.js snippet: `if (GcmAndroid.launchNotification) { console.log('Before entering function:', GcmAndroid.launchNotification); //GcmAndroid.stopService(); console.log('GcmAndroid.launchNotification:', GcmAndroid.launchNotification); var notification = GcmAndroid.launchNotification; var info = JSON.parse(notification.info); Notification.create({ subject:...

Comment the `GcmAndroid.stopService();` line. It should work. My index.android.js snippet: ` if (GcmAndroid.launchNotification) { console.log('Before entering function:', GcmAndroid.launchNotification); //GcmAndroid.stopService(); console.log('GcmAndroid.launchNotification:', GcmAndroid.launchNotification); var notification = GcmAndroid.launchNotification; var info = JSON.parse(notification.info); Notification.create({...

#22 also addressed by doing this change.