InAppBrowser - Input type="file" Camera Option Not Available on Android Devices
When using the InApp Browser within our Ionic application on Android devices, we encounter a limitation regarding the input type="file" element. Specifically, upon clicking the file input field, the...
View ArticleHow to add SSO (Google + Microsoft) to an Android/iOS app generated by Ionic...
Hello Ionic community! With my team we’re trying to add a login with Google and Microsoft to an Android and iOS apps generated by Ionic + Angular. We’ve our own backend in NodeJS that handles the task...
View ArticleMemory or cache Problem - App slower and slower
Hi guys, It seems that I got some issues with my application. I have a big application, with videos inside, images to load, service workers, uploading stuff, etc… Something that looks like youtube....
View ArticleRoute with parameters render child component twice 🥴
By passing parameters to a component like this <IonApp > <IonReactRouter> <IonTabs > <IonRouterOutlet> <Route exact path={`/profile/:profileId`}...
View ArticleIonic version 7 Pwa apps - record video how to becuase media plugin its now...
i am working on pwa ionic 7 and angular 17. but i need some record video , with pwa but its plugin not working any idea about thier alternative plugin. community plugin only work on mobile app and not...
View ArticleIonic recognition?
Hey there, I’ve been developing an app for 7 months intensively, I decided to go with Ionic because of my Angular expertise. I have to say Ionic is pretty good but it really has its downsides, a lot...
View ArticleIonic toast is not appearing properly after upgrading to V7
After updating to V7, my toasts are only semi appearing down the bottom of my device. Does anyone have an idea as to why this is happening? 1 post - 1 participant Read full topic
View ArticleNew ion-datetime how to detect local and how to change date format?
<ion-datetime [value]="eventResult.event.occurredDate" #input formControlName="occurredDate" size="cover" showDefaultButtons="true" (click)="setPrePickerValue('occurredDate')" locale="en-AU"...
View ArticleIonic 7 ,Angular version is 17 , record video
hi i install , beacuse native-cordova is deprecated , so please guide me which plugin best gor me video record with audio . and also guide me how to fix this error awesome-cordova-plugin...
View ArticleError NG8001: 'ion-header' is not a known element: 1. If 'ion-header' is an...
After a long-due overhaul of version updates (always painful), I am left with the following errors: Error: src/app/pages/home/home.page.html:1:1 - error NG8001: ‘ion-header’ is not a known element: If...
View ArticleHow download audio file and play with native-audio plugin?
I’d like to play mp3 audio in my ionic capacitor app. I download file from server and then I want play it. I used: @capacitor/filesystem in order to download file @capacitor-community/native-audio in...
View ArticleIonic Screen Squashed After Inactivity
Hello I am having a strange issue that after my ionic application is opened after a long period of inactivity the screen is not rendering correctly, it looks to be squashed to the side of the screen....
View ArticleIonic app of type angular
Can someone please help me to make this design with ionic 3 posts - 3 participants Read full topic
View ArticleCorrect way to use router-link in Vue
In Ionic, we can set routerLink property in ionic components to enable navigation. But, if we have to provide a simple link on a text, which is usually done in plain Vue as below, <router-link...
View ArticleHaving issue in creating cordova plugin and also having problem in importing...
I want to create a cordova plugin in my local system but having issue while importing and installing it in my ionic cordova project, i am having error while trying to import the cordova plugin in...
View ArticleNeed help in ionic app
<ion-header [translucent]=“true”> Add Expense <ion-button (click)=“dismissModal()” size=“large” slot=“end”> Amount: <ion-input type=“number” #amount> Description: <ion-input...
View ArticleIonic 7 ngOnInit executes again after navigating back to the page
ngOnInit seems to execute again after navigating back to the page that was previously initialize or loaded. My understanding based on the documentation is that ngOnInit should execute only once during...
View ArticleHelp button color on header toolbar when condense is enabled
When condense is enable the buttons on the ion-toolbar is colored white and cant be seen until you scroll down. Something like this. Buttons on the left is barely visible Second image when you scroll...
View ArticleDetect Ethernet Connection or LAN
Hi there. Is there a way in Ionic or Angular to check if there is an Ethernet connection? The plugin ‘Network Capacitor Plugin API | Ionic Documentation’ only provides information about Wi-Fi or...
View ArticleSlow response time for Ionic commands
Commands such as Ionic generate and Ionic build are slow to complete. A simple ionic build and ionic generate page are taking up to 5 minutes to complete. This started for me when I started to use a...
View Article