Does ionic need google-services.json?
I build an ionic app based on capacitor that use firebase. Until now I had one environment but after launch of the app, I want to have a dev environment and a prod environent, in order to not change...
View ArticleAndroid 10 and Dark Mode
While debugging an app on my Pixel XL running Android 10, I noticed that the dark mode is not behaving the same as it does on an iOS device. I’m using Ionic V6 and when I turn the dark theme on in the...
View ArticleWhy is my value not binding in ion-checkbox?
Hi, I am using the ion-checkbox for the first time and I’m a little confused about the usage. What I am trying to achieve is to add the value I set through v-model to an array if the checkbox is...
View ArticleThe Modal Controller is being created but is shown when the route changes
The Modal Controller is being created but is shown when the route changes.I don’t understand what’s going on but today when trying to open ModalController the modal is created but not displayed on the...
View ArticleUsing or now known as swiper horizontal scrolling issue
Hey everyone, I have a few ion cards that slide inside the swiper component or what was formerly known as ionic slides. My ion card displays information. Some of that information on the card, I’d like...
View ArticleUsing css to vertical center does not work on ion-content
I’m pretty new to ionic, I’m starting to style out my app, and I would like my sign up form to be vertically centered on the page. I have the following layout <template> <ion-page>...
View ArticleSystem authentication on opening the application
I am working on an ionic application which is in final stage. Since it includes payment gateway transactions, i would like to give additional security to the app by prompting a popup when the app is...
View ArticleSpeech Recognition in Ionic 5
My team is struggling with the implementation of Speech Recognition in Ionic 5 for android. We have tried the browser’s Speech Recognition API and also tried with the Native solution in the ionic...
View ArticleCommand "ionic cordova prepare android" returns error "cordova\version is not...
Hi people, when i do command ionic cordova prepare android i receive this error: cordova\version"' is not recognized as an internal or external command, operable program or batch file. at...
View ArticleDependency Error on ionic start
Hey, just tried to start a new project with npm install -g @ionic/cli and ionic start and I’m getting this error messages which apparently has to do with some dependency of jest and vue2. It’s a brand...
View ArticleAn Angular Dev Tries Svelte
Originally published at: An Angular Dev Tries Svelte - Ionic Blog If you ask anyone who knows me, they would say my favorite framework for building apps is Angular. While I do like React and Vue as...
View ArticleHow to configure Ionic for serving PWA from subdirectory, but Android/iOS...
I’m trying to configure my Ionic React app to serve the PWA from a subdirectory without affecting the iOS/Android apps. To serve the PWA from a subdirectory, in package.json, I can change homepage:...
View ArticleIonic3 iOS 15.3 handleNotificationReceived not working when app is in background
Description: Using ionc3 with cordova-ios 5.1.1 and OneSignal plugin 2.11.1 with iOS version 15.3 in iPhone, when app is in background and push notification is received. handleNotificationReceived...
View ArticleIonic3 iOS^6.2.0 OneSignal@3.0.1 throws error
Description: Facing below error while building iOS project with OneSignal plugin PODS_XCFRAMEWORKS_BUILD_DIR: unbound variable Command PhaseScriptExecution failed with a nonzero exit code Command...
View ArticleHow to support polyfills without webpack file
Hello, a few of my nodemodules/ dependencies are using modules that need polyfills, so webpack is throwing errors and my app won’t compile. How do we specify polyfills if Ionic React app does not...
View ArticleLoadingController not injected in the component and remains undefined
I have this strange situation where I don’t understand why the LoadingController is not injected. this is my code: @Component({ selector: 'app-login', templateUrl: './login.page.html', styleUrls:...
View ArticleWhich color picker for Ionic React?
Hi all, I want to make a color picker for letting user choose color. Can you recommend me some good color picker library for react? Thanks very much! 1 post - 1 participant Read full topic
View ArticleUsing --color vs color: in css
I’m a bit confused as to how styling should be done, I’m wondering for example what is the difference between these two? .photo-card-header__title { --color: var(--ion-color-danger); }...
View ArticleReplace latching flag with observable
I have a bluetooth-le connection to a device that occasionally drops. When this happens I try to reconnect. The user can also choose to disconnect. I need to differentiate between these events. return...
View ArticleHow to manually trigger ion-segment animation
Hi, I am using ion-segment with Angular and Swiper. I want to trigger the ion-segment change animation while swiping. Tried with javascript click() method, ngModal and Viewchild. But i can only change...
View Article