Firebase database running number
hello World, i would like to ask how to generate running member id during member registration automatically if using firebase? example : if member A register, firebase besides create unique ID,...
View ArticleLocalNotifications Capacitor V3
@netkow The documentation for this V3 is extremely lacking. Please can someone from the core team (or community) give an example of what the schedule needs to be, so that it works for each of the...
View ArticleHow to use ion-picker in Vue?
I want to implement ion-picker with Ionic Vue, but am struggling with finding a good example. Can someone help me with rewriting this code for Vue? Regards, Tetsuya 1 post - 1 participant Read full...
View ArticleUsing callback in ref attribute breaks IonInput
Other attributes of IonInput are ignored when I set callback to ref. But it works fine with simple html input const callback = useCallback((elem) => { console.dir(elem); }, []); .... <IonInput...
View ArticleLocation data not sent to server after I kill the app
I’m building a delivery application. I need to track driver location every X seconds when the app minimized it’s working fine but if I kill the app it’s not sending data to the server. below is my...
View ArticleChange color seat
Can someone help me how to change the color and maintain it, my problem is when it goes to the next page, what was enabled is lost and it is not maintained html <ion-icon *ngFor="let seats of...
View ArticleHow to remove cancel option from ionic-select-option
<ion-select interface="action-sheet" formControlName="showArrow" placeholder="Select One" (ionChange)="submitUserInput($event.target,'showArrow')"> <ion-select-option value="true"...
View ArticleLocal notification custom alarm
not able to set the custom alarm in local notification I have used the local notification plugin in ionic 5 app any help regarding this will be helpful 1 post - 1 participant Read full topic
View ArticlePass and return value from Ionic Services
Hello, in Ionic TypeScript application, I’m trying to create class functions functionality to send value from page to services, set and get result, return it to home page : In home.page.ts I have...
View ArticleHow do I run some code when user clicks arrow (enter/go) button on smartphone...
Hi, I am trying to figure out how to emulate a button click when the user presses the arrow button on the keyboard that pops up on a smartphone. What I am talking about is this: So that the user...
View ArticleRefresh ionic select options
Hello, I have an ionic-select with some ionic-select-options that I add through an array that I create through a call to the server. So far everything ok, I can create the select in this way...
View ArticleUse chrome-cast in ionic app
Hello everyone, I have an Ionic 5 app which plays video tutorials and i need to add chrome cast function, I have tried to use GitHub - jellyfin/cordova-plugin-chromecast: Chromecast Plugin for Cordova...
View ArticleGenerate audio UIBackgroundMode
Hello, It is really annoying when I execute ìonic cordova prepare iosand it auto-adds the labelaudio` how to solve it? i cannot figure out what to edit to solve this problem, because Apple is...
View ArticleWoCommerce Help for Authentication
Hello, i tried almost all to make connection between Ionic and Woocommerce. But i cannot do it for days… I know for this code: import * as HA from 'woocommerce-api'; WooCommerce: any; woo() {...
View ArticleIonic tabs with Font Awesome icons
Does anyone have any examples of how to use Font Awesome icons instead of the ionic ones for the tab? I am using the following plugin with angular: @fortawesome/angular-fontawesome and use the icons...
View ArticleSuggestion: I suggest a website dedicated to ionic and capacitor plugin
I’m a web and mobile app developer I worked with ionic , angular , flutter , nativescript. The most important thing about flutter for me that it has this website https://pub.dev/ which contain all...
View ArticleExpiring Daemon because JVM heap space is exhausted
Hi, I’m tryng to build, for the platform Android, an Ionic app that uses FirebaseX, but I’ve this error: > Task :app:processReleaseGoogleServices Parsing json file:...
View ArticleChange Galery Image or add the gallery text above
Dear, the reason for the consultation is to ask you about how I can change the gallery logo or add the text “gallery” on the logo? In this way, users will not be confused when seeing that it is also...
View ArticleHow to hide/show side menu on big screens
Hello, so here is the deal, I can’t hide side menu on screens higher than 990px. On the screens that are bigger than 990px it is always shown and I can’t hide it. What I tried is that I setup a button...
View ArticleIonic/Angular + Capacitor + Firestore
Hey Guys, I am wondering about the writing an application with usage of Ionic + Firestore to reduce the time of development and mostly focus on the FE part. The goal is to create simple app for mobile...
View Article