Ion-footer safe area bottom does not work in pwa app
This is how I’m using it for a bottom nav: <ion-tabs> <ion-tab-bar slot="bottom"> <ion-tab-button tab="list"> <ion-icon name="list"></ion-icon>...
View ArticleBest (Or Simplest) Way To Implement Sentry on Ionic Capacitor
You can have a look at this package from Sentry side npm @sentry/capacitor Official Sentry SDK for Capacitor. Latest version: 1.4.0, last published: 15 days ago. Start using @sentry/capacitor in your...
View ArticleBuilding an e-commerce app with Ionic for free?
I don’t know a lot about WooCommerce but if you’re still in the evaluation stage Drupal Commerce is another open source ecommerce platform that works well with Ionic. Cool things about Drupal Commerce...
View ArticleEdge to edge Android
Hi, @robingenz , ho to fix this on IOS simulator & Device, as somehow app is getting behind the Bottom HomeBar button Or Safer area (Top Dynamic Island) in the IOS.
View ArticleHow to connect my ionic Vue app to a backend server (express)
To connect your Ionic Vue app to an Express backend server, you simply use HTTP requests like GET or POST from your app to your server using Axios or the native fetch API. First, make sure your...
View ArticleHow can implement animated splash screen in ionic capacitor
To do this you can use the native SplashScreen plugin that comes with Capacitor, but for animation, you need to go a bit further. First, disable the default splash screen auto-hide by setting...
View ArticleiOS ion-input/ ion-textarea cursor/ selection issue
I’ve faced the same issue. Did you solve this issue?
View ArticleMS Code Ionic Plugin: run Android failure
I generated an ionic Angular menu for web and Android changed next to nothing (the name in ionic.config.json, and the title in index.html) I use the ionic plugin in MS Code Run | Android works great,...
View ArticleMS Code Ionic Plugin: run Android failure
Android Studio comes with its own built-in Java runtime and uses it by default. See my screenshot over here to see which JDK you are using for your project - Unable to get Capacitor to output web and...
View ArticleCapacitor + firebase breaks xcode cloud build due to nanopb/build
Facing same issue. Have you got the solution?
View ArticleCapacitorHttp on Android is sending empty origin
Hi, I just created a VueJS app and I’m using Capacitor to generate both iOS and Android applications. At the begining, I was using the “fetch” javascript method to make any http requests. It worked...
View ArticleCapacitorHttp on Android is sending empty origin
LaurentGab: I wanted to use CapacitorHttp because it seems to be better to use in Capacitor applications I don’t have an answer to your specific issue but I wouldn’t say CapacitorHttp is better. I...
View ArticleCapacitorHttp on Android is sending empty origin
Right ok, thanks for your answer Though, that’s precisely a CORS issue I have as the origin is empty… interesting. Anyway, I choose to use CapacitorHttp because I read few things that say that it...
View ArticleCapacitorHttp on Android is sending empty origin
If you are using CapacitorHttp, then it wouldn’t be a CORS issue as CORS doesn’t exist in native land Yes, it can handle setting Cookies but using Cookies are not recommended in a native app. See...
View ArticleCapacitorHttp on Android is sending empty origin
That’s the thing… my server app is expecting to have an origin… But yeah it’s really “web centric” and not “native app centric”, I agree… I should probably allow empty “origin” for mobile app… Thanks...
View ArticleDuplicate class org.bouncycastle.LICENSE on Android build
Yep, I’ve run into that BouncyCastle duplicate class issue myself — it usually pops up when multiple dependencies include the same crypto provider. Best bet is to check your build.gradle files and...
View ArticleGoogle map not showing in mobile
const createMap = async () => { if (!mapRef.current || mapInstance.current) return; // Create the map instance try { setIsMapLoading(true); mapInstance.current = (await Promise.race([...
View ArticleAccepting apple pay donations for multiple nonprofits
It’s an area I’m exploring as well, particularly with a focus on implementing in a kiosk-style setup for in-person fundraising events. I have a few questions based on your experience: Have you...
View ArticleAccepting apple pay donations for multiple nonprofits
Note I am not currently using apple pay as I have not implemented this. I am using Stripe Elements and Stripe Checkout. Have you directly interacted with Apple regarding the approval process for...
View Article