Angular-devkit dependencies issue
Hello everyone! I am just new with Ionic and I am trying to start with a new app so I started with: Updating npm with latest npm install -g npm@latest Installing ionic framework CLI npm install -g...
View ArticleIndexedDB in latest iOS
Hi, I know, it is not directly related to Ionic, but as there are a lot of mobile developers around, I would like to see if someone has similar issues at the moment. Our app is using IndexedDB to...
View ArticleWhen using ngx-image-cropper app freezes
I am using ngx-image-cropper in my ionic app but when I drag and drop for image cropping app start freezes. image-cropper [imageChangedEvent]=“imageChangedEvent” [maintainAspectRatio]=“true”...
View ArticleScrolling events do not trigger on phone
Hello guys, i have following code <template> <ion-page> <ion-content :scroll-events="true" @ionScroll="pullAnimation" class="ion-padding"> <div v-for="i in 60" :key="i">...
View ArticleBest way to store geo data?
I am building an Android app with capacitor where I use a collection of about 200.000 geographical objects (about 2-4 Mb data in total). The objects originally are retrieved from a a server. To get a...
View ArticleIon toggle/ ion alert checkbox doesn't work
When I run my app in the emulator, I check my ion toggle and my checkbox alert, but as soon as I close the app and open it again, the changes I made do not remain. I looked for solutions here on the...
View ArticleWhy my CSS custom code is disable while refreshing the browser?
CSS enabled image413×828 16.3 KB CSS disbled image389×821 16.7 KB How to prevent the CSS from disabling? 1 post - 1 participant Read full topic
View ArticleHi, how to achieve loading spinner? border radius?
@Variable CSS ion-loading.loading-custom-class .loading-wrapper { –background: #222; –spinner-color: #fff; color: #fff; –border-radius: 10px; // it wont work –border-width: 4px; –border-style: solid;...
View ArticleIonic Vue: How to dismiss the Ion-Loader after data is ready?
Logic seems correct however the data process first before the spinner executes?? Composable useIonic.ts // import { ref } from 'vue'; import { loadingController } from '@ionic/vue'; export const...
View ArticleHow to make variable css to scss?
Hi, Is there any way how to convert CSS to SCSS? 7 posts - 3 participants Read full topic
View ArticleControl Other Page's Slides
I created a service via “ionic gen service myservices” I created a page via “ionic gen page mytimeattendance”. This is page i have a slides #mySlider. I need to use the service i have created to slide...
View ArticleCertificate & Destination list non alphabetical
Page: Build → Builds → New build → configure build Hey, first of all thank you for letting us build apps with Appflow in the cloud. This makes life so easy, esp. with the recent destination upload...
View ArticleCapacitor support to nuxt 3
How good is the capacitator support towards nuxt. That is, in a few months nuxt 3.0 will be released with support for vue 3. We should expect to see support from capacitator for this new version of...
View ArticleFcm on notification not working in ios
I am using cordova-plugin-fcm and cordova-plugin-local-notification together and everything works fine but when I run in ios fcm onNotification not getting called. 1 post - 1 participant Read full topic
View ArticleElvis operator in Ionic React does not work
I have 2 variables that determine which components to render. personalInfo and cliente. The problem I have is that when personalInfo equals false, the CompleteInfo component is not displayed...
View ArticleTips And Tricks For Publishing Into Apple Store
Hello, As we know that Ionic is amazing for making web, android, and ios application with only 1 source code. But we all know that if we publish into Apple Store, there is a rule that prevent us to...
View ArticleIonic Range may not smooth when set max be 10,000
Hi every Teacher. I have a question wanna ask about which idea can make range smoother when the set Max is 10 thousand? I didn’t get any error when using ion range, but it will appear some lack when...
View ArticleCustom Dialog or Modal
Hii Guys, Hope Everyone is fine. I want to implement custom dialog or Modal in plain Capacitor App. Is their any plugin available for Capacitor App. 3 posts - 2 participants Read full topic
View ArticleAndroid Splash Screen position issue, fullscreen?
Hi, I’ve got an issue with my splash screen, for better understanding I did a video of what’s going on splashscreen As you can see, when the SplashScreen plugin displays its splash screen, the image...
View ArticleJest testing with angular ionic storage is failing
Hi i am using angular 11 and ionic 5 ; for ionic storage i am using @ionic/storage-angular:^3.0.6 module. during jest unit tests i am getting Cannot find module ‘@ionic/storage’ from...
View Article