Ionic elements not showing on built version of app
Hello! I am working on a small personal project and have run into a bit of an issue. When I build my app and host it locally with http-server none of the Ionic components show, although they are...
View ArticleWeb Server Cache Issue with Ionic App
Hi All, In addition to placing my Ionic app on the App Store, I am also hosting it on a web server. However, I am unsure whether the issue I’m experiencing is related to the web server or if something...
View ArticleWeb Server Cache Issue with Ionic App
What you are using to build your app? If you are using Vite, it adds a hash to the filenames so the cache gets busted on new builds. The only file that the browser would cache would be the index.html...
View ArticleWeb Server Cache Issue with Ionic App
I am just using Ionic Build. Is there other ways to prepare of a we server. Also to inform users would not be idle to ask them to keep clearing the cache. I would prefer if we could do it automatically
View ArticleIonic camera with overlays - camera view is black
Did you make it work with ios or android?
View ArticleIOS - ITMS-91061: Missing privacy manifest
Did you get it working with v10.13.0? I’m still using v8.2.5 is there a way to add the privacy manifests manually for older versions? I have been caught out by this and have limited time to resolve...
View ArticleHandling Privacy Manifest Requirements with Outdated Firebase and Angular...
Hi, I’ve been caught off guard by the new privacy manifest requirements, which are asking for 11 declarations—mostly related to Firebase. Unfortunately, my app is somewhat outdated, as I haven’t had...
View ArticleApp slow on second launch
Hello, our app is performing perfectly on the first launch. But when we exit the app and launch again, it is extremely slow, UI renders very slowly, all pages/components when navigating to for the...
View ArticleGuidance on Using Capacitor Federation Plugin
Hi Team, Our enterprise application is built using the Angular, Ionic, and Capacitor tech stack. We offer both web and mobile apps to our end users. We have a requirement to transition our application...
View ArticleIOS - ITMS-91061: Missing privacy manifest
I’m using this, and I’ve uploaded it to the store (only for testing with TestFlight for now), and I didn’t get any errors. However, I haven’t updated my privacy file—maybe I should. Firebase Version...
View ArticleHow to pass .env variables via wireless debugging (adb)?
Hi. Not sure where to ask this. So I want to be able to launch my ionic app right away on my phone - without connecting via USB - directly via Wi-Fi (Wireless Debugging). I managed to successfully...
View ArticleHow to pass .env variables via wireless debugging (adb)?
We are using Vite so its import.meta.env.VITE_APP_SEARCH. When I build the regular way - the keys are in the final bundle. But via wireless for some reason it does not pass the variables as I...
View ArticleIOS - ITMS-91061: Missing privacy manifest
The privacy manifest only gets checked during a full submission. My app works fine in TestFlight. Went through all the testing etc then got rejected based on the privacy manifest.
View ArticleHow to pass .env variables via wireless debugging (adb)?
UPD: managed to resolved thanks to Ionic 7 + Vue/Vite + Capacitor 5 set .env file for ionic capacitor run - #4 by aaronksaunders so I have to build using vite build with the mode ionic build -- --mode...
View ArticleNo haptics for Toggle
Haptics work automatically if you swipe to toggle it on or off. They don’t work if you merely tap the switch.
View ArticleNo haptics for Toggle
You might need to trigger haptic feedback manually using Haptics.impact() from @capacitor/haptics. Also, ensure your device settings allow haptic feedback. Let me know if you need help setting it up!
View ArticleGuidance on Using Capacitor Federation Plugin
Capawesome offers OTA - https://cloud.capawesome.io/ along with Capgo - https://capgo.app.
View ArticleWeb Server Cache Issue with Ionic App
Well, ionic build doesn’t actually do the building of the web app. It hands off the build to whatever underlying stack you are using. Angular, the Angular CLI, Vue the Vue CLI or Vite, and similarly...
View ArticleWeb Server Cache Issue with Ionic App
twestrick: Angular Yes i am using Angular So ideally if I understood it correctly the index.html should have some changes inside it so that browser does not depend on cacheed version
View Article