Capacitor plugins limitations
Sounds like you already have a good understanding of Capacitor. From my experience i would say everything view unrelated is possible. Everything view unrelated depends… For Example: You can present a...
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
I’ve implemented capacitor voice recorder, so it gives me on android and ios m4a. in web it gives me webm format audio i want to convert it to mp3 and send to backend to then kick to whisper from open...
View ArticleWhat database solution to choose for offline data storage (complex data)
Ok so this potential data loss due to browser indexedDB storage clearing is the main reason those plugins exist? This is indeed interesting, did not know that. I always thought the main reason was...
View ArticleIs it possible to select a commit from a non-default branch?
Hi, I am new to AppFlow and didn’t find this question already asked. I have configured AppFlow to access my GitHub organization/repo. However, I can’t find anywhere in the UI to select another branch....
View ArticleWhat database solution to choose for offline data storage (complex data)
wow I just saw dexie.js has 150k weekly npm downloads, so it’s probably pretty robust. But I think it is a lot weaker than sth like sqlite, when it comes to complex data management or complex search?...
View ArticleWhat database solution to choose for offline data storage (complex data)
also curious what app you are managing, if you mind disclosing. Would love to see what some real-live dexie webview action could look like
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
You want to format it in the frontend? J would suggest to convert in the backend if needed
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
idc, I want it to work do you know how I could do it in backend with laravel?
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
No idea, but imo tasks like this are better in the backend
View ArticleConvert aac / webm to mp3 - FFMpeg [ionic]
I use FFmpeg with Laravel. What specific questions do you have?
View ArticleHow to force light theme
You can visit revolution diabolique apk and can see its theme. Its very easy and light weight. I can make it for you free of cost. Regards.
View ArticleUnable to download file using cordova-file-transfer plugin for Android 13
I am also facing the same issue. Can you please let me know if you got any solution till now?
View ArticleI am trying to use capacitor background Runner. But not able to run on my...
I am trying to use capacitor background Runner. But not able to run on my android app. using npx cap run android getting this error . × Running Gradle build - failed! [error] > Configure project...
View ArticleI am trying to use capacitor background Runner. But not able to run on my...
Stack Overflow How do I ask a good question? - Help Center Stack Overflow | The World’s Largest Online Community for Developers
View ArticleBarcodeScanner
Estoy construyendo una app con ionic 6, capacitor 5 y angular 15 para leer códigos qr, veo que en la documentación de ionic para la versión 6 no hay un plugin para utilizar el barcodeScanner que es...
View ArticleUnit testing service with Capacitor plugin
Hello. I’m new to Ionic/Capacitor and in my application, I am using Aparajita’s SecureStorage et BiometricAuth plugins and i’d like to do some unit tests on my service that uses SecureStorage. I have...
View ArticleBarcodeScanner
You’ve tried Capacitor ML Kit Barcode Scanning Plugin - Capawesome? That seems to be the go to plugin. QR Codes are supported. As a side note, it is probably a good idea to use Ionic v7 (though...
View ArticleError building an app with Capacitor 5 and Android SDK 32
Hi everyone, Im build a new app everything works as espected when I build it for android 13 But some of the clients have older phones, so im trying to compile the app for android 12. but when I change...
View ArticleError building an app with Capacitor 5 and Android SDK 32
You have to target SDK >= 33 as of August 31, 2023 (this is a Google/Android requirement). You should also be on Gradle 8 (requirement of Capacitor v5 and probably SDK v33). With that, your app...
View Article