Include 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 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
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
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 1 post - 1...
View ArticleIonic android-targetsdk version 29 issue with plugins
When i was trying to build with targetsdk version 29. some of the plugins are not working on android 10 devices. Photo Library and Image Picker are not working with Android SDK 29. from November 1st...
View ArticleShow image from file.dataDirectory
I have my images in file.dataDirectory folder. How I can show an image in a file.dataDirectory. it is been a week I’m trying to achieve that I couldn’t. please help me 1 post - 1 participant Read full...
View ArticleCustom component: is not a known element:
Hi guys, sorry for this topic (i have read other in this furum) but i can’t find a solution. I have generate a new ionic component with command: ionic g component WelcomeSlider into...
View ArticleHow to get value from html to TS?
I’m using ionic 5 but cannot do the following code: <ion-select-option name="myToken" *ngFor="let user of listUsers" [value]="user.token" (ionChange)="getTokenUser($event, user.id)"> {{...
View ArticleNg test Error: NullInjectorError: No provider for IonRouterOutlet!
I am getting an error in the default “should create” tests for a page when adding “IonRouterOutlet” to the page constructor to use in a modal presentation. Error Message Chrome 86.0.4240.193 (Mac OS...
View ArticleIon-tab missing?
Trying to follow the example but getting runtime-core.esm-bundler.js?5c40:38 [Vue warn]: Failed to resolve component: ion-tab . Was Ion-Tab removed for Vue3 but the docs don’t match or is it deeper...
View ArticleUsing yarn with Ionic 5
I’ve been trying to find some updated reference to know how to use yarn with Ionic, and I’ve found some things, like this post from this forum, or this outdated github issue, but none of them really...
View ArticleIonic 4 LoadingController not dismissing inside http request
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleIntergrate native call notification like messenger
Hello every one, im have plan to build an Application Chat like messenger using Ionic. Currently it work perfect on chat, video call but i want to intergrate In comming call notifcation like messenger...
View ArticlePhoto Library full bug
Hello, I desperately try to get help on the Ionic forum with the Photo Library plugin, which has been bugged for months. Here is the error we encounter when we install the plugin, and try to build...
View ArticleMenu item is not clickable
Hi folks, I started with ionic some days ago and I think it is amazing, but now I am facing an error difficult to debug. The issue is that a menu item is not clickable and I don’t know why. Here is my...
View Articleis there any way to use ionic slide methods like slideto in vue
is there any way to use ionic slide methods like slideto in vue, I used the ref it didn’t work <ion-header> <ion-toolbar color="primary"> <ion-title>Pendanaan</ion-title>...
View Articlehow to track time changes in ion-datetime
I want to track the changes in the hours in real time and if they change, turn off the minutes by 00. please tell me how this can be done 1 post - 1 participant Read full topic
View ArticleUnable to get promise from File Reader in Ionic 5 Capacitor
Below is my code - The problem comes when i try to call edit() edit () { this.startUpload().then(data => { let that = this; this.promisearr = []; data.forEach(function (d) {...
View ArticleIonic app stuck on splash screen without no errors
Hi, I’m trying to build my ionic ios app with cordova-ios: 6.1.1 and cordova 10. My app build success with ionic cordova build ios but when I try to run the app on my device, it’s infinitely showing...
View Article