Ali talaee
Ali talaee
Hi i have the same issue in ios 15 local notification does not work in forground. ` private async setupFCM() { this.fcm.onNotification().subscribe((payload) => { console.log("here is ", payload); if (payload.wasTapped)...
> **cordova-plugin-push** is conflict with this plugin, change code below of **cordova-plugin-push** solved this problem. change > > ``` > - (void)userNotificationCenter:(UNUserNotificationCenter *)center > willPresentNotification:(UNNotification *)notification > withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler...
> @alitalaee My solution is to add some code to **cordova-plugin-push**, not cordova-plugin-local-notifications omm yeah... Does it work for ios and android with FCM? how can i use it with...
I had the same issue and fixed after 4 hours global.scss file ``` body { margin-top: constant(safe-area-inset-top); margin-top: env(safe-area-inset-top); } ion-tab-bar { margin-bottom: calc(4px + env(safe-area-inset-top)); } ``` i did...
I Had this problem only in firefox today and fix it with this solution The solution was to add the following line in angular.json under architect>serve>options: "disableHostCheck": true i hope...
> @Sherifabdulmawla Thank you so much! For me, the build was failing with FCM and google plus plugins. With your fork, everything works perfectly! Hello after add google plus with...
Hello can you tell what exact fcm version did you use? because i have error with fcm thanks ([email protected])
> Following the solution from > > ### [here](https://stackoverflow.com/a/59115771/7592215) > fixed the problem. this is work for me thanks a lot
> Here is the working SDK 33 (Android 13) fork: https://github.com/inrobin/cordova-plugin-fcm-with-dependecy-updated > > It contains updates from https://github.com/marutifh/cordova-plugin-fcm-with-dependecy-updated and https://github.com/4sh/cordova-plugin-fcm-with-dependecy-updated > > Please fork it for further development Hello bro...
> Try `[email protected]` for example. [email protected] will not support android 13