How to Update Array on Local Storage in Ionic 4?
I would get rid of providedIn: 'root'. It seems like a neat idea at first, but it really limits your flexibility to mock services out for testing and debugging. Then, I would reevaluate what, how, and...
View ArticleRemembering user once logged into app
Apologies for being vague The app will send the entered email and password to a php file (api) to be checked with the information in the database. The database will contain user information i.e....
View ArticleRemembering user once logged into app
That’s what I needed to know. Forget about OAuth; the only point of it is to do authentication via third-parties where you don’t directly get the password. If you remember only one thing you read...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
Hello everyone, I have a goal, and that goal is to have Local Notifications on my app, every week, in a specific day and time. I tried to do it with capacitor, but it doesn t seem to work, ans there...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
I really wish people would stop using vague phrases like “doesn’t work”. They convey almost zero useful information. Much more productive is describing in concrete detail: what you tried what it did...
View ArticleCannot build debug or release
Hello, I am getting the following error: package com.getcapacitor.android does not exist My project did build fine but after trying to build release, I can no longer build either. I can see import...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
Thanks for the answer, actually, the problem is that i tried a lot of configurations for the capacitor Local Notifications, so it’s hard to describe everything. Now i wanted to try with Cordova… but i...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
samuelv: It looks trivial I didn’t realize that it had repeating notifications built in. That should be even easier then. samuelv: I never succeed to had the same notification, every week, on the same...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
How about testing it by scheduling one on the same minute of every hour? That should give you quicker feedback. Yeah I did with ‘on’, and it’s working, but the problem is that, with ‘on’ , i can t...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
“every” looks like the best choice to me. Are you testing this on Android or iOS? It looks like the code paths are not identical.
View ArticleHow to save fcm notification in storage when app is closed
same problem here, but i’m using firebase. i belived that is a fcm related problem so the solution may be the same
View ArticleCapacitor BLE connection
I am using ionic with capacitor and I want to connect a bluetooth device, I am using https://ionicframework.com/docs/native/ble plugin because I did not find one in the capacitor documentation. The...
View ArticleGetting apk build failure when using ionic-native/push and...
Hi. I wanna help. Im using capacitor. Rahjain’s answer didn’t quite work for me, but same idea… @mauron85 has to use the same PLAY-SERVICES-LOCATION version with other plugins. In my case, I had to...
View ArticleHow to convert PDF file to base64 string in ionic
It would be easier if we have the base64 format. I need it because I want to upload it to my server via REST API along with other parameters in the registration form
View ArticleHow to use web workers with ionic?
You just need to put your web worker inside the public folder. Now, your web worker may be loaded properly. And you just need to import it this way: const worker = new Worker( 'myWorker.js' );
View ArticleUpload app on Apple store Problem
This was quiet of a hit and trial method. I had been struggling with the same issue when I uploaded my first app to App store. It was the same message about UIWebView. There is a possibility to do a...
View ArticleGoogle maps autocomplete integration
To view your list of enabled APIs: Go to the Google Cloud Platform Console. Click the Select a project button, then select the same project you set up for the Maps JavaScript API and click Open. From...
View ArticleHow to convert PDF file to base64 string in ionic
mikr96: I need it because I want to upload it to my server via REST API along with other parameters in the registration form I don’t know why this misconception is so persistent and widespread. Ever...
View ArticleIonic 3 - Uniquedeviceid not working on Android 10 device
Thank you @EinfachHans. I have solved the problem using different plugin.
View Article