Category "ionic-framework"

Error 10 in Google Login plugin for Ionic/Angular/Cordova

I'm quite new to all that technologies, but trying to develop an android app with Ionic 6 and Angular 9, compiling with Cordova and publishing in Google Play. E

How to fix ios notch issues using ionic 5 and capacitor 3?

I tried this one, but it doesn't work. AddedAdded meta tag in the index.html tried this CSS property but does not work @supports (padding: max(16px)) { body {

Configure CAPACITOR_ANDROID_STUDIO_PATH environment variable on windows machine using WSL Ubuntu

I have a ionic angular application. When I run 'ionic capacitor build android' from WSL I get the following errors: [INFO] Ready for use in your Native IDE!

Execution fail task ':capacitor-cordova-android-plugins:processDebugGoogleServices'. No matching client found for package 'capacitor.android.plugins'

Error while building the app in studio.enter image description here

Apple App store Reject App Submission with Deprecated API Usage error apps that use UIWebView are no longer accepted. Instead, use WKWebView

Apple Reject by distribution submission width ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView Spec

How to link to a public url from ion-button?

I want to link to a public url where my login is hosted from a button in my app. I know how to link to pages in my app but not sure how to link outside my app.

Ionic Blank Screen After Updated It to Ionic 6

I updated my ionic app to Ionic 6, and when I tried to run my app and It gives me a full Blank Screen, and only this error on the debug console: main.js:1 ERROR

Disable dark theme in Ionic

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

Did not parse stylesheet at 'ionic://localhost/styles.css' because non CSS MIME types are not allowed in strict mode

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

Using Unity Ads Cordova Plugin in Capacitor

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

Getting install FCM plugin issue even if plugin is installed

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

Scroll bar is getting shortened automatically in ionic framework

while i am writing this code "{{weatherinfo.name},{{weatherinfo.sys.country}},{{weatherinfo.coord.lan}},{{weatherinfo.coord.lon}}" scroll bar shrinking automati

Ionic: Redirect Android app after keycloak login

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

Flash update in Ionic 5

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

Firebase Plugins not Working on IOS (Ionic)

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

Ionic Gestures Value doesn't refresh in html

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

WifiWizard 2 ERROR_ADDING_NETWORK

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

cordova-plugin-firebase is not working in ionic 3

i want integration cordova-plugin-firebase in ionic 3 added this plugin $ ionic cordova plugin add cordova-plugin-firebase $ npm install --save @ionic-native

'ion-header' is not a known element ionic 5

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 ion-radio checked value not get set correctly based on data loaded?

Why does the page load with both radio buttons deselected? colorSchemes is an array with 2 items. <ion-radio-group (ionChange)="radioGroupChange($event)" #ra