Querystring support in ion-router (with StencilJs)
I have a StencilJS app with Ionic web components using the following routing setup: <ion-router useHash={false}> <ion-route url="/home" component="page-home"/> <ion-route url="/login"...
View ArticleDo I need backend for native app?
Hi guys, I am building my project and I wanted to add simple function send.messege() using gmail API. But I found that I can’t use Gmail API in my angular and I need to use backend server for that...
View ArticleWhat is your development setup?
I’m using Ionic with Angular to write an iOS and Android app. But most of the development I use ionic serve with Chrome, it’s fast and simple. But now I realized that it’s getting harder when I have...
View ArticleAppflow ignores strings from config.xml (Bluetooth Usage Description)
Appflow has suddenly stopped including the bluetooth usage description in the info.plist file of the resulting ipa. My Cordova config.xml includes these lines: <config-file overwrite = "true"...
View ArticleIonic Modal is not passing data back
The problem is that data being sent back from modal is undefined. The function I’m using to open my modal is below: async openResultsModal() { this.ResultsPopover = await this.modalController.create({...
View ArticleEnvironment setup in windows
i am getting the error while building the project for android. And i have done the environment setup already. Please help. Thank you Checking Java JDK and Android SDK versions...
View ArticleRelease app debuggable with Android Emulator
After building app with ionic cordova build android --prod --release Then jarsign and zipalign I am able to debug the resulting APK in an emulator using Chrome Dev Tools just like is possible for a...
View ArticleHow redirect back to my ionic App from external service
.Good day everyone one. Please I need your help. I am implementing a payment gateway in my app and when the pay_Now button is clicked it redirects users to the payment gateway site to fill in their...
View ArticleIon Slides in Super tabs Ionic 4
Hey Guys, I am facing problem with the Ion-Slides in Supertabs… When I try to slide the ion-slide manually , the supertabs slides and switched to next tabs… Here is my code structure. Home Categories...
View ArticleIonic 5 Native Barcode Scanner - Unable to Import
Hi hoping to get some help on this. I am trying to import Ionic’s native Barcode Scanner into my Ionic 5, Angular 9 app. I have capacitor installed and used the following method to install the barcode...
View ArticleCan't write on a ion-searchbar when a modal is opened
Hello! I’m experiencing problems with my Windows 10 app, Whenever I open a modal, I can’t click on my ion-searchbar (which is on the header of the parent window). I have removed the modal backdrop...
View ArticleFacebook Audience Netwrok Plugin or SDK integration in Ionic 4
I am unable to find Facebook Audience Network Plugin for Ionic 4 and ionic 5. Old Io nic 2 examples dont work and not much example for it. Can we Add Android Audience Network SDK 5.9.0 SDK in my Ionic...
View ArticleHow not to save an app on a web browser cache
Hi everyone, I have a PWA hosted on firebase. Everything is good. I have a little issue: whenever I update the code. It doesn’t update on my users’ devices when they get in. The whole code gets stored...
View ArticleIonic capacitor live reload not working on android
I am using the following command to perform live reloading on android ionic capacitor run android --livereload --external But it is not working. Here is the error I am getting The web page at...
View ArticleIntegration of MS Teams with Ionic/Angular application
I want to integrate MS Teams into my application based on Ionic and Angular. Any help would be really appreciable. 1 post - 1 participant Read full topic
View ArticleIonic 5 cordova build prod generate CUSTOM_ELEMENTS_SCHEMA error
Hi all, When trying to build a release of my Ionic 5 project i’m getting CUSTOM_ELEMENTS_SCHEMA error. All Ionic components and my custom components not recognized Command use : ionic cordova build...
View ArticleIntegration of MS Teams with Ionic/Angular application
I want to integrate MS Teams into my application based on Ionic and Angular. Any help would be really appreciable. 1 post - 1 participant Read full topic
View ArticleIonic event not triggered when app goes in background (plattform pause)
Hi. I posted an interesting question here: stackoverflow.com Ionic event not triggered when app goes in background (plattform pause) android, angular, cordova, ionic-framework asked by Maik Kwi on...
View ArticleNeed to Ring the phone. when I receive call using peerjs
Hai guys … I’m using peerjs in my application for audio video call . Now my need is when I receive the call need to ring the application.like a WhatsApp call . How to do it ?? 1 post - 1 participant...
View ArticleIon-radio : Can't bind to 'checked' since it isn't a known property
I don’t know why i am getting this error , any help is highly appreciated form [formGroup]="radioForm"> <ion-list class="radio-list" lines="full"> <ion-radio-group class="radio-group"...
View Article