Cordova-plugin-fcm vs cordova-plugin-firebase
thanks. but i need more a comparison between these 2 plugins and which one is better.
View ArticleI am unable to build for android due to desugar error
Ravinia: Execution failed for task ‘:app:transformClassesWithDesugarForDebug’ See:...
View ArticleObjects left in memory
Hi dear! I had built an app Twiter like where Im using firebase documents do store data. In this app, I have a form where I get the data from database and show to the user. I have some special codes...
View ArticleCordova build android takes more than 10 minutes
I’m still struggling with this issue and it’s very sporadic. Not sure what is causing it. I can run ionic cordova run android -l -c and it’s fine one time and then again and I’m stuck on Built the...
View ArticleCordova build android takes more than 10 minutes
Use SSD instead of HDD, increase your PC memory, and use latest Gradle version with gradle.properties. example: org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError...
View ArticleHow to get the file after using photo library
Hi All, I am using photo library to retrieve photo and get this....
View ArticleSetting Focus to an Input in Ionic
Make sure to upload : cordova-plugin-ionic-webview iOS 11.3 WKWebView: input focus not working ionic With latest iOS 11.3 update, we can’t use focus() function anymore. Instead it requires a tap...
View ArticleAngularFire & Firebase SDK
AngularFire is awesome if you need to wrap the Firebase SDK in RxJS to use Observables etc. If you don’t need that, I’d also discourage you from even using AngularFire at all, simply because the...
View ArticleHow to read the selected photo details in ionic3
after you got libraries from photo-library and put it on the UI something like '<ion-item *ngFor=‘let photo of photoes’> <img src=‘photo’ (click)=‘yourevent(photo)’ /> the ‘photo’ is you...
View ArticleFatal Exception with Android 8.1 (Notifications?)
Any user with Android 8.1 is getting high crash rates with my app. Has anyone come across a fix for this? Fatal Exception: android.app.RemoteServiceException: Bad notification for startForeground:...
View ArticleLaunch external application from Ionic 3 code
Hi, I am creating a PWA using Ionic 3, and want to launch external installed app from my application. I tried using lampa startapp process, https://github.com/lampaa/com.lampa.startapp var sApp =...
View ArticleShow in device account settings
Hi, In my app i have used calendar and contact plugin. I want my app to show in android device settings-> accounts page after installed like facebook, twitter, whatsapp. How to achieve this. My...
View ArticleSecurity concern- Can't restrict api access while using googlemaps browser...
thx for the further explanation @lolaswift1, now I understand your concern you are right I don’t really see a solution right now right here. spontaneously I’m asking my self if it would be possible to...
View ArticleUnable to update to 3.20.0
You see you’ve got a mismatch in your global libs When you install with sudo it tries to install the lib under /Users/usr/.npm-global/lib/node_modules/ when you run ionic it try to find the lib under...
View ArticleSplash screen white
@diaslucas what worked out? could you select the answer which worked out aka mark your question as solved? someone might face the same problem as you in the future, could help him/her
View ArticleXcode is giving exception when app run on ios greater then 9.3?
libc++abi.dylib: terminating with uncaught exception of type NSException
View Article