Ion-select showing ion-radio warnings in console Ionic 7
I just upgraded to Ionic 7. So far so good but I’m just wondering if we are using the proper formatting for ion-select. I’m getting this error even though I updated the labels inside the ion-select:...
View ArticleFixed, please ignore this post
Fixed, please ignore this post 1 post - 1 participant Read full topic
View ArticleCapacitor - Camera plugin not registered in android
Hi Team, I am facing issue when Capacitor android Capacitor - Camera plugin not registered in android. with below code. this.bridge.getWebView().setWebViewClient(new WebViewClient() { @Override public...
View ArticleHow to navigate just one level back in Angular Ionic using default built in...
I have Ionic Angular with Capacitor. I am using this.router.navigate(['page1']) to navigate between pages and in template i am using this routerLink="/intro" routerDirection="forward" but I have a...
View ArticleIon-select : create custom interface
Hi, Is it possible to create my own custom interface for ion-select ? The idea is to copy one existing interface, make some changes and then reference it with interface=“” . I do not know if ionic...
View ArticleIon-datetime: display "OK" button when select month/year and time
Hello, The widget ion-datetime is not very understandable when the user select the month/year and the time. After having selected the value (hour/minute for example), the user must click outside to...
View ArticleXcode 14: Command PhaseScriptExecution failed with a nonzero exit code
After updating Xcode to the version 14.0, I got this error using: Ionic CLI : 6.20.1 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 5.6.11 @angular-devkit/build-angular :...
View ArticleWKWebView Crash/Restart while using Capacitor Plugin
Hi – I’m using recent Capacitor (4.7.3) and Ionic (7.0.3). I’m running the GitHub - WebsiteBeaver/capacitor-document-scanner: A Capacitor document scanner plugin for Android and iOS plugin which does...
View ArticleInconsistent getId().uuid with @capacitor/device on iOS
Just upgraded my Angular + Ionic + Capacitor to versions: @capacitor/core 4.7.3 @capacitor/device 4.1.0 @angular/common 15.2.7 @angular/core 15.2.7 @ionic/angular 7.0.2 My app calls for the the...
View ArticleHTMLIonContentElement interface is not defined
I am using a ref on an ion-content and I would like to assign a type to it, HTMLIonContentElement The problem is when I use HTMLIonContentElement as a type I am seeing error 'HTMLIonContentElement' is...
View ArticleCDK virtual scroll - dynamic heights
Hi, Is there any timeframe for when cdk virtual scroll will support varying element heights. Until such time I don’t think there’s a way we can upgrade to ionic 7. We have a message board feature...
View ArticleCreating a hybrid mobile application of an angular web application
HI i am having a problem so i am an angular developer and i developed a web application using angular as the front end javascript framework and in the back end i have .net core as the api now i want...
View ArticleHow to integrate a pod library in an iOS Capacitor Plugin?
I would like to use an external library named SwiftSocket in my own iOS Capacitor plugin: In the Podfile, I have: require_relative '../../node_modules/@capacitor/ios/scripts/pods_helpers' platform...
View ArticleE/BufferQueueProducer:...
Hi guys , i hope you have a good days ! When i run my application in andriod studio , i get this error message : “E/BufferQueueProducer: SurfaceTexture-0-12254-0 dequeueBuffer: attempting to exceed...
View ArticleHow to prevents keyboard close when long press an element - ionic - v6
We are making a chat, specifically we are using ionic v6 with angular. We have a problem and that is that when we hold down any part of a component view when the keyboard is open, the keyboard closes...
View ArticleIonic ion-select-option showing dark color for selected option in android mobile
In my android mobile, ionic select option is showing dark color for selected option like the image attached below My html code <ion-card> <ion-item> <ion-label...
View ArticleHow to make reorderable list containing accordions to hide some list elements
Let’s say you want to have accordions containing lists and you want to reorder by dragging an item from one list to another. How do you use ionic components to achieve this? Can you drag to an...
View ArticleIonic 7 modal resizes even in desktop browser when input receives focus
So, on mobile it works perfectly and as expected. When an input receives focus, the modal resizes and makes room for the keyboard, so the input field can still be seen. This was actually the reason I...
View ArticleIonic cordova deeplinks
Hi, I’ve never worked on ionic but from last 1 week trying too debug an issue with deeplinks. To give you some context, we have a native iOS SDK. Which we have converted into cordova plugin so that...
View ArticleConfusion on the checked value of a ion-toggle
I’m confused why the following two lines are not equivalent. ngModel enables to modify the state of the button by modifying the value AND to modify the value if the state of the button changes. The...
View Article