Ionic 8 Angular 18: "The above dynamic import cannot be analyzed by Vite."
I don’t have this problem now
View ArticleSachin Duggal : How can I embed a mobile website into my Ionic app without...
Hi Community, I’m Sachin Duggal , and I am the owner of a bags manufacturing business. I’m trying to embed a mobile website into my Ionic app. As an example, I used an iFrame to embed the Bootstrap...
View ArticleIonic Angular 19 > Not working
I have the same issue… Updated to Angular 19. Now even when I try and revert back to 18 still doesnt work. The app built in Android Studio after sync comes up on my phone saying "This app requires a...
View ArticleHttp request using Angular and capacitor for android does not work
Thanks for your messege Twestrick. But it does not work. This si my LogCat in android studio when I make a request http: 2024-12-18 12:46:08.416 17461-17461 Capacitor/Console com.jma I File:...
View ArticleThis app requires a webview to work
Ionic apps still use angular 18, so you updated to 19 yourself, right? can you provide a sample app?
View ArticleRouting / NavController not redirecting and not giving any error when route...
No, apparently it is a silly mistake on my part. I was doing this.navController.navigateForward(‘../tab-page2?param=data’). Then it worked when I changed it to:...
View ArticleFile download in ionic capacitor app android 14
Issue: Permission Denied When Downloading Files in Ionic Capacitor App Hi everyone, I’m currently working on an Ionic Capacitor app and facing an issue when trying to download a file from external...
View ArticleIonic standalone causes an increase in initial bundle size
Hey, I’m having the exact same problem (Ionic Standalone & ESBuild increase in initial bundle size. Lazy loaded components included in initial Bundle). Did you find a solution? Im thinking about...
View ArticleNeed Help: Implementing In-App Subscriptions for iOS and Android Using Ionic...
You already mentioned it, but I would highly recommend RevenueCat. It is free up to $2.5K MTR. After that, just 1% (which is nothing compared to the 15 or 30% that Apple/Google takes from you). They...
View ArticleSachin Duggal : How can I embed a mobile website into my Ionic app without...
Doing this is highly discouraged. First, performance will take a hit. Second, the Apple store will probably reject the app as they don’t allow apps that are just embedding a website. If you are still...
View ArticleFile download in ionic capacitor app android 14
Please update your post with proper code blocks so that we can easily read it. Also, not sure what this.downloadFile is doing as I don’t see that function declared in the code you shared. Either way,...
View ArticleStuck on a black screen after picking an image when running iOS app
Hi, We are having a strange issue in our iOS app, we are running iOS app with ionic capacitor angular project. Here we are using the input element with type file. <input type=“file”...
View ArticleHttp request using Angular and capacitor for android does not work
Please update your last post with proper code blocks so we can easily read it.
View ArticleSelect only Iphone as Targeted devices
Hello, I have tried to select only iphone by adding this in Info.plist <key>UIDeviceFamily</key> <array> <integer>1</integer> But I get this error User supplied...
View ArticleNamespace not specified. Specify a namespace in the module's build file
Olá, saudações a todos! Alguém já passou por esse problema ao tentar gerar um APK no Android Studio? Android Studio: Jellyfish | 2023.3.1 Ionic: Ionic CLI : 7.0.0...
View ArticleUnable to apply custom formatting to ion-input
Does this get you closer? IonInput Custom Formatting with Suffix - StackBlitz Sorry it’s Vue I first tried with the end slot on IonInput to add the units but aligning was difficult to get exactly as...
View ArticleNamespace not specified. Specify a namespace in the module's build file
From the error message, it looks like you are trying to use Gradle 9. Capacitor 3 uses Gradle 7 (source) so you probably need to downgrade. In Android Studio go to: File → Project Structure… → Project...
View ArticleNamespace not specified. Specify a namespace in the module's build file
Olá, obrigado por contribuir! Mudou o erro agora, pelo que entendi esta pedindo para mudar a versão do java para 17.0.10, mas não tenho certeza se seria uma boa ideia atualizar essa versão
View Article