Costas Ioannou

Results 20 comments of Costas Ioannou

Hello. I'm a bit confused. Does FCM is supported with phonegap-plugin-push v1.11.1(the latest)? or it demands a phonegap-plugin-push of v2.1.x to enable FCM? When I update phonegap-plugin-push to v2.1.3 with...

I'm trying to update my app to using `phonegap-plugin-push` v2.1.3 but my app is crashing. I updated my app to meteor 1.8, and bumped the `phonegap-plugin-push`. I'm using `meteor run`...

@tparkin I solved my issue by adding the extras file that is mentioned in this post: [https://github.com/meteor/meteor/issues/7600#issuecomment-383327945](https://github.com/meteor/meteor/issues/7600#issuecomment-383327945). But I'm still dealing with the error **"Error: String resource ID #0x0"**, but...

@stovmascript I did a bit search and I found out there's not a full-proof way to understand if a RN expo project is ejected (or bare flow) or not. What...

@stovmascript I'm using expo but not an expo expert myself. My tests showed: * Using expo-cli to initiate an expo-bare workflow, it does create the expo key in `app.json`. Removing...

Is this still `awaiting triage`? Isn't this a bug? Or is "By Design" supporting only these two scopes?

If you are using Android API 26 (Oreo 8.x), then it is a permission issue. You must ask the permission at run-time. The **[cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions)** did the trick for me: by...

For me the solution in this posting regarding unique filenames worked: https://github.com/jbavari/cordova-plugin-video-editor/issues/50

Second that! The same error in a Google Pixel 2 (emulator).

I'm having the same issue, once I updated from `cordova-plugin-meteor-webapp` from 1.6.0 to 1.6.5. My current meteor version is 1.8.0.2. I will try with 1.8.1 and see how it goes.