Pieter Soudan

Results 26 comments of Pieter Soudan

I did some further digging. FCM should be supported, since this package depends on `[email protected]`, and FCM is supported since `0.14.1` (cfr. https://github.com/ToothlessGear/node-gcm/blob/master/README.md). The problem is not server-side, but on...

@raix sorry to draw this ticket to your attention, but I feel it's rather urgent. Currently no Android 8 device (rapidly growing user group) is showing notifications for every meteor...

Ok, starting on it today. I will pin the phonegap-plugin-push at 2.1.3 (and will test and develop against this version), since 2.2.x needs cordova-android 7.1.0 and Meteor 1.6.1.1 has support...

There is not much to be changed in the `phonegap-plugin-push` wrapping of `raix:push`. Bumping to `[email protected]` and leaving `lib/cordova.js` unchanged, should work out of the box. Support in Android 8...

@etyp thanks for your elaborate response and documentation about your build process for Android! I'll look into it shortly.

Ok, thanks! Good suggestion. I'll look into it.

I can imagine Isolates could work for web, making use of webworkers. Don't know if Isolates are already been adapted to making use of them for web... I'll look into...