How to add payment methods to an ionic / angular app
Hi all, I am trying to create an ionic / angular app that allows users to buy products from within the app. Users need to be able to go onto the app, fill out their credit / debit card information and...
View ArticleIONIC 4: Apple Device APNS token sometimes it is created, and other times it...
I am developing an application for android and IOS, configure the firebase service to receive notifications. After setting up notifications, and trying receiving notifications. On android it works...
View ArticleScreenOrientation Cordova Plugin + Capacitor
Hi, after an update from Capacitor 2.0.1 to 2.1.2 (or also 2.2.0) the onchange-event of the screen orientation plugin is no longer working for me. Any suggestions? Thanks! 1 post - 1 participant Read...
View ArticleUpgrading IONIC 3
I’m trying to upgrade ionic 3 to ionic 4 or 5 but I’m having issues with the design especially with the native element style in the old version (3) ionic used to build the main.css and that’s why it...
View ArticleHow to keep modal on bottom after close, like ios music player?
I was looking for how to do it for a long time, but I did not understand. Code example: async presentFilter() { const modal = await this.modalCtrl.create({ component: ScheduleFilterPage, swipeToClose:...
View ArticleUnable to navigate to next page ionic v5
I am trying to migrate my application from ionic v3 to v5 and facing below navigation issue. Thanks for help in advance. While navigating from page1 to page2, page2’s, constructor(), ngOnInit()...
View ArticleListening for route change with IonReactRouter
So currently I am trying to hook into route change so I can conditionally render ionic tabs based on the page. It seems simple, has been all but achievable at the moment. From what I understand the...
View ArticleIon-Select fires other controls after selected
I’m having troubles when using ion-select. I have about five different ion-select in the same form, and all of them are wrapped into a ion-item tag. When I click one select it shows the option in a...
View ArticleHow to make this responsive and each boxes fill to image box?
I am using the ng2-dragula module in my Ionic 5 project. I want to make it responsive and want to fit in the image box. I tried some CSS but didn’t work. Here my code: page.html <ion-content>...
View ArticleHow to implement PWA IONIC 4 REACT
I am using the ionic with react PWA Service worker. I got it work, its install service worker and showing content is cached for offline use. But in app menifest is showing page does not work offline....
View Article"message":"Http failure response for (unknown url): 0 Unknown...
HI All , I am getting error in mobile app Andriod phone. When i am running in browser through ionic serve i am not getting any error and login to the my application through rest api using browser. The...
View ArticleProbleme with type number
Hello, I create a calculator and I have small concerns. in I have to add the numbers of “input” I then put the “type = number” and I have 2 arrows up and down which appear, how to remove them? I want...
View ArticleIonic 5 & capacitor : Restriction to get IMEI on Android 10
Hello, i’m develop an app Ionic 5 with Capacitor. My app needs to identify the devices by users, and for that, i use the Device API to get uuid : import { Plugins } from '@capacitor/core'; const {...
View ArticleAppflow not using environment.prod.ts in Build Type : Release
Hi, I am using Appflow to build my Android package. I notice that selecting the Build Type : Release , will not trigger the ‘production’ option under angular.json. I need to have two env for firebase...
View ArticleRich Text Editor on Ionic
Hey guys, I know there are many posts about this here on the forum, however, I can’t seem to find a 100% working Rich Text editor for Ionic that works on both ios and android. Is there something that...
View ArticleFabric Crashlytics SDK is now deprecated and will continue reporting your...
Below is the email I received recently from Firebase team. My question is will I be okay just updating Cordova Crashlytics and firebase X plugins in my current Ionic Angular project? We are writing to...
View ArticlePush notification not fire in foreground iOS ionic3?
Hi team, push notification is not fire in foreground as well as onNotification not fire in background if I tap any notification…any idea team…why it’s not fire in foreground. In android everything is...
View ArticleTwilio Ionic 4 plugin
I am tried different plugin for twilio voice call in ionic but I am unable to work the plugin tried plugin for the twilio voice npm cordova-plugin-twilio Use the Twilio Voice SDK for iOS or Android...
View ArticleIONIC 4: *ngIf directive is not working in IOS
I am developing an application in ionic and I have the following problem in IOS. In android it does not happen to me. I have this line: <ion-badge color="success" *ngIf="banderaflag"...
View ArticleIonic tabs with new pages
In previous versions of ionic I am used to using the tabs in the root but I see all the new examples change this where it has its own modules and child routes. I am running V4 of ionic. I want to know...
View Article