I'm designing an Ionic app, and I would like it to have white backgrounds and black texts whether the user has enabled the dark theme or not. This is what I wan
I'm working on a cross-platform mobile app and using ionic and angular frameworks. My app is running fine on iOS simulators and devices. recently I bought a new
I would like to use com-artemisoftnian-plugins-unityads3 Cordova plugin inside my Capacitor app. As you know that plugin is not one of Ionic Native plugins. I a
I am building push notification for my app but when I am running my app on device I am getting following error: vendor-es2015.js:101693 Native: tried calling FC
while i am writing this code "{{weatherinfo.name},{{weatherinfo.sys.country}},{{weatherinfo.coord.lan}},{{weatherinfo.coord.lon}}" scroll bar shrinking automati
I have an ionic 6 app (using capacitor 3) and i am using Keycloak as authentication provider. My current keycloak version is V 14.0.0. When i test the web vers
We have several apps in a production environment with a Convertigo Server 7.4. We are using flash update, and the ionic framework, but with our own ui component
I am developing an Ionic App, and I am having some issues with the IOS App and Firebase/FCM Plugins. The Android App is working perfectly with the below plugin
I create a filter system. Short explain: The app user swipe pictures to the left or right side (like the tinder app). I use this https://ionicframework.com/docs
I need some help. I try to develop an app which is setting up the wifi connection on an android device. I try to use WifiWizard2 with this.wifiWizard2.connect(s
i want integration cordova-plugin-firebase in ionic 3 added this plugin $ ionic cordova plugin add cordova-plugin-firebase $ npm install --save @ionic-native
Following are the steps i have taken I created a new project of ionic 5 using ionic start template blank updated angular to angular 9 created a new page module
Why does the page load with both radio buttons deselected? colorSchemes is an array with 2 items. <ion-radio-group (ionChange)="radioGroupChange($event)" #ra
I need to transform WebView component from React Native to Capacitor/Ionic/Angular: <WebView source={{uri: customUri}} /> Is there some similar option
Is it possible to override done button functionality? i need to just hide inappbrowser on done button as when show same the last visit url next time.
I want to change the color of a custom svg icon on clicking a button <ion-item> <ion-icon src="../../assets/img/icon-qr.svg"></ion-icon>
I am using an ionic DateTime component to pick just time in my page. But I have to just allow the user to select times from 06:30 Am to 07:30 PM. How can I limi
i have created the sliders like this but i need something like this Here is my code <ion-slides [options]="slideOpts_slider"> <ion-slide> <img
i am already try with this plugin but no luck how to achieve like this https://ionicframework.com/docs/native/file-opener https://ionicframework.com/docs/nativ
I have an Ionic/React v5.0.7 app with IonReactRouter to manage routing: // App.tsx return ( <IonApp> <IonReactRouter history={history}>