Cordova_not_available in real device using facebook login
im using **import { Facebook, FacebookLoginResponse } from '@ionic-native/facebook/ngx';** this plugin for fb login in my app . but when i click the login event . the error occur as...
View ArticleIonic React blank screen on Android
Hi there, I am new to Ionic, and i decided to try Ionic/React with Capacitor. I got the usual problem of the blank screen after splash screen on Android device. The first error i got on the log is:...
View ArticleIonic 4 NavController back() function doesn't use page transitions
In my Ionic 4 app, I’m using Angular routing to redirect to a customer edit page. This page may be called from multiple pages in my app. Since I don’t necessarily know which page I need to redirect...
View ArticleCreate ionic 4 Project
Hello Everyone, I’ve installed the latest version of Ionic CLI using npm install -g @ionic/cli and when I create a new project with ionic start command, this command creates Ionic 5 Project as you can...
View ArticleDisable buttons inside side menu in ionic
What if I want to disable a button based on a condition inside the side menu? The condition needed to check will be available only after I login to the application. In the app.component.ts I’m...
View ArticleHow to changes error messages Language
Hello, everyone, I’m facing a new challenge, my error messages are in French, How can I change the language to english, please: ionic : Impossible de charger le fichier...
View ArticleIonic React type error in Android Studio
Hi there, i got this error in android studio with the tabs starter project of ionic/react. This didn’t happened when i tried with ionic/angular. E/Capacitor/Console: File:...
View ArticleUIWebView references in blank project
Hi there, I am going through a nightmare regarding the UIWebView depreciation. I am in the process of identifying the cordova plugins and hopefully will find solutions. However, when I start from a...
View ArticlePaypal Integration TypeError: Object(...) is not a function
hi, i am right into the PayPal payment but i get the following error: CheckoutPage.html:152 ERROR TypeError: Object(...) is not a function at PayPal.init (index.js:10) at...
View ArticleBackground images are not loading
Hello everyone, I’m trying to add a background image on my sidemenu the main problem is that the image is loading sometimes, and sometimes not! it’s really weird now I’ve been trying to fix for hours...
View ArticleShakti coin vs other crypto currencies?
Did you guys know anything about this Coin? What difference it can make it from other crypto currencies? 1 post - 1 participant Read full topic
View ArticleIonic 5 React Tabs starter * IonTab overlaps Login Page Display
this is my app.tsx and loginpage output, can someone please help me? i don’t know what’s going on, thank you so much 101213040_270429004155853_6260251520701300736_n690×683 38 KB Screen Shot 2020-06-04...
View ArticleCompile stuck bug IonMenuToggle wrap withRouter
I try wrapping routes with withRouter so that I can conditionally rendered components. Problem was It compile stucks when IonMenuToggle was used test1834×57 892 Bytes test 3721×426 19.2 KB...
View ArticleHow to create ionic 4 project
here is my ionic info Ionic: Ionic CLI : 5.4.16 (C:\Users\saad.saeed\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : ionic-angular 3.9.9 @ionic/app-scripts : 3.2.4 Utility: cordova-res : not...
View ArticleChange color ion-datetime
How is it possible to change ion-datetime value color? Documentation https://ionicframework.com/docs/api/datetime#css-custom-properties show only css variable for the placeholder color. But how the...
View ArticleCapacitor core LocalNotifications cannot set icon
Hi everyone, I’m using LocalNotifications from @capacitor/core and I want to set the notification icon to this PNG android/app/src/main/res/mipmap-hdpi/ic_launcher.png. LocalNotifications.schedule({...
View ArticleWorking with WebRTC in Ionic
Hi I am creating a VoIP application in ionic. I am using WebRTC which asks for permissions to access camera and microphone. It works perfectly fine when I run my web app in browser. I have written...
View ArticleIonic 3 Iframe Android net::ERR_BLOCKED_BY_RESPONSE
Hello, I have iframe into iframe, the first iframe work no problem but the second iframe into android I have message error : net::ERR_BLOCKED_BY_RESPONSE IOS => OK config.xml <access origin="*"...
View ArticleIonic build halts without any error
I am a newbie using Ionic. A previous developer developed an Ionic v3 project which I am taking further. I am trying to build the project but it stops its execution without any errors. Below is my...
View ArticleIonic 5 http request returns only "undefined"
Ok, so I need to send a post request to the server, this is my api.service.ts code: import { HttpClient, HttpHeaders, HttpErrorResponse } from '@angular/common/http'; import { HTTP } from...
View Article