(Android) Capacitor Local Notifications Issues. Scheduled Notifications only...
FYI: Just opened this GitHub issue (including a repo): github.com/ionic-team/capacitor-plugins [Android] Local notifications not triggering when phone is asleep opened 03:55PM - 23 Dec 22 UTC...
View ArticleAppFlow build failing due to a missing optional dependency but local build...
It appears as though we don’t currently install optional dependencies. Can you try making "@awesome-cordova-plugins/secure-storage an actual dependency?
View ArticleCall number
i want to call number in capacitor ionic angular app i am using this way a href=“tel:{{vendorMobile}}” > call vendor </a is it good to use this way or it is best to use a capacitor plugin ?...
View ArticleAppFlow build failing due to a missing optional dependency but local build...
Yeah, I can get round it this way. I was just a bit surprised that I had to!
View ArticleError: Apps targeting Android 12 and higher are required to specify an...
Hello, I updated my project to target sdk version 31 but when I try to upload the build to the Play Store I get this error: Error: Manifest merger failed : Apps targeting Android 12 and higher are...
View ArticleError: Apps targeting Android 12 and higher are required to specify an...
Looks like you need to update Cordova Android to v11. Going crazy - can not deploy APK over API 31 ionic-v3 Instead of adding the exported attribute yourself, update your app to cordova-android 11 as...
View ArticleError: Apps targeting Android 12 and higher are required to specify an...
Hi twestrick, I have update to latest Cordova Android following this helpful migration guide. I also updated android Android SDK and Android/Java JDK. Now my app is ready to launch a new version on...
View ArticleLivereload can not detect iOS device
Error I’m getting: capacitor run ios --no-sync --target ? exited with exit code 1. Note: Issue happens for iOS only. Android works without any issues. Environment: macOS 12.6 xcode 14.1 (14B47b)...
View ArticleHow i open whatsapp chat with number in ionic 3
You can use WhatsApp own API’s to integrate specific number in ionic 3 if there is no such API’s is available for that then I hear about this gb whatsapp application which has this feature but I don’t...
View ArticleWindow.open with ios for an async function not working
Thanks for your reply, but I feel like we’re going in circle here. Opening safari works well on iOS 16.2 with window.open, as long as it’s not in an async function. In the code I provided, opening...
View ArticleProblem with dependencies
Hello, I got a problem with my dependencies as I tried to install the ApexCharts library. While resolving: @vue/cli-plugin-unit-jest@5.0.8 Found: ts-jest@27.0.0 node_modules/ts-jest peerOptional...
View ArticleHelp Needed - IonItemSliding Styling is Not Applying?
Hello all, Im trying to change the background color property of an ionic item sliding component. For some reason, Im not finding any documentation on how to change the styling of the component I’ve...
View ArticleCritical behavior to create a custom FormCrontrol with an ion-input element...
BrankoEnero: The “writeValue” method, it never throw while “ion-input” element exists in component template. If “ion-input” element it is removed, the “writeValue” method will be throw properly. I...
View ArticleIonic6 - capacitor backup sqlite db to user google drive
So how whats app doing it ?, most android apps save a backup to user’s google drive.
View ArticleHelp with inputs and typescript
Hi, the key point is at this line: public todo = {quantidade: 0, preco: 0}; You can change this line to: public todo = {quantidade: null, preco: null}; This will make the input element won’t have the...
View ArticleGetting android:exported error even if it exists in AndroidManifest.xml
Currenty if you set minsdk version and get Android Error: Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an...
View ArticleIon-datetime: Style is not applied
Ok, does somebody else have an idea what could be wrong in my and @scjminova config? I do not want to install an external npm plugin, if Ionic has an own element for this. Why could the element in our...
View ArticleHow to copy `string.xml` to capacitor-cordova-android-plugins?
I solved using Capacitor-cli hooks, package.json scripts: { ... "capacitor:update:after": "cp android/app/src/main/res/values/strings.xml...
View ArticleIonic 6, capacitor 4 android splash screen
Hi, I have tried to create an empty android project from scratch with all the latest version. After that I added android platform and copied the styles.xml file from this empty project to my project...
View Article