Channel not fired: onIonicProReady
i have a problem that occur often last month but with different chanel not fired deviceready has not fired after 5 seconds. Channel not fired: onIonicProReady only on ANDROID … IOS works fine Using...
View ArticleWhen you open another modal in one modal, close it with a bug
In @ionic/angular@5.0.0, when a modal layer is opened by modalController, and another modal layer is opened in it, and then the latter is closed, there will be a problem: a translucent mask layer will...
View ArticleIonic 5: Stack multiple badges vertically on ion-item
Hi there! I’m trying to stack multiple ion-badge vertically on the right side of an ion-item and need your help. This is my code, but (as expected) the badges are horizontally. <ion-list>...
View ArticleIonic5: Speed up animations of ion-item-sliding
I have a list of ion-item-sliding elements, each revealing one clickable icon when sliding to the left. Everything works fine, except for one tiny thing: the icon does not get clicked if the animation...
View ArticleIOS 14 datetime-local, date, time pop-up won't appear
I have found a solution to the issue I had with datetime input spinner in ionic-v1 not appearing. The native component has changed, it’s now a pop-up not a spinning wheel anymore. I causes issues when...
View ArticleIonic app stuck on Splash screen ionic v5
Hi, I’m trying to build an ionic ios app and it’s stuck at the Splash Screen. But for android, it’s working fine. I added ios@6.1. And when the app runs on an emulator the following XCode logs are...
View ArticleHow to sort an array order by Day, and how to access Day in ionic 4
this.httpClient.get(‘https://www.Screenshot (65)1920×1080 292 KB get_facultyclasstimeframetimetable_data.php?Database=’+Db + ‘&CourseId=’ + this.CourseId + ‘&SectionId=’ + this.SectionId...
View ArticleHow to show scrollbar ion select option?
Hello, Cannot understand why there is an invisible scrollbar on ion-scroll-option, how to show it on css? Thank you Ionic 5 1 post - 1 participant Read full topic
View ArticleError with provisioning profiles while making iOS App Store Build
iOS App Store builds worked for us fine last week, but the past couple of days, they started failing for us during the code signing step: [15:23:44]: ------------------------------------ [15:23:44]:...
View ArticleIs there a way to specify iOS and Android platform versions
I am looking for a way to change the iOS and Android platform versions that are built into our native applications on Appflow. We are trying to resolve CORS issues when making API calls as we migrate...
View ArticleIonic3: XCode 12.1 error building for iOS-armv7 but attempting to link with...
I got this error after update XCode to version 12.1. The error can be solved by changing the target ios version from 10 to 11. However, I cannot change the target ios version to 11 because some of my...
View ArticleInbox UI example
Hi all, Maybe anyone know where I can find source code of the inbox interface example from the video in this post https://ionicframework.com/blog/announcing-ionic-5/ (video from “Large Title” section)...
View ArticleInclude WebApp in Ionic Ap
Hi, I’m new to Ionic, so first sorry for my newbie question I already spent hours of searching on Google, etc but could not find an answer to my question My scenario is very simple. I just want to...
View ArticleCustom plugin with aar library
Hi, I’m new to capacitor and I’m trying to create a plugin that relies on a aar library. I generated the plugin with capacitor cli and managed to make it work on the plugin project (it does recognize...
View ArticleShow a modal depending on a variable
Hello everyone, I have implemented a Modal but I want to show something in the modal depending on which button was pressed. We have the following IonChip that should show something in the modal....
View ArticleRoute unavailable page to default
Hi I how do I route all unmatched/unavailable url to home page? I’ve tried “*” but didn’t work. { path: '', redirectTo: 'home', pathMatch: 'full' }, { path: '*', redirectTo: 'home' }, { path: 'home',...
View ArticleWhich one I should start design Ionic UI firstly or Django as a backend
Hi, everybody I am a beginner at ionic app development and I’m a bit confused about: Which one I should start design Ionic UI firstly or Django as a backend? 1 post - 1 participant Read full topic
View ArticleRunning capacitor livereload crashed my macbook
It’s probably a macOS Big Sur thing but just wanted to see if anyone else’s computer crashes (not just throws an error in Xcode) when they use ionic cap run ios -l --external my full command is: npm...
View ArticleIonic Native Badge with capacitor not working on Android
Hi all, I am having troubles to set the app badge value on android 8 or higher. It seems that the native badge plugin wont work on those versions. Did anyone has a turn around to set the badged value...
View ArticleHow to add info from FCM notification if app is killed
Hello, I’m trying to save some info from Firebase cloud messaging notification when the app is killied, it looks it doesnt save the info into a db, how to fix it? Thank you Regards 2 posts - 2...
View Article