Ionic 4 & Angular 8
I am facing an issue after updating to angular 8. Here is the thing. I have two apps that are the same except for the theme, so I’m using a theme setup that can change based on which application is on...
View ArticlePage with native Google Maps are values not displayed as expected
Hello, I’m using @ionic-native/google-maps/ngx in one of my pages, where I aim for showing the distance between two markers. Calculation is done perfectly and shown in both console.log + toast, but...
View ArticleIon-virtual-scroll does not grow when using a mat-expansion-panel
So I want to combine virtual scroll of Ionic with a mat-expansion-panel of Angular . But because the item is a fixed size, it does not expand anymore. Also, when scrolling the items layout gets messed...
View ArticleI used AdMob free for Ionic 4 app AdMob works fine during isTesting true But...
showBannerAd() { let bannerConfig: AdMobFreeBannerConfig = { autoShow: true, isTesting: false, id: “ca-app-pub-3940256099942544/6300978111” }; this.admobFree.banner.config(bannerConfig);...
View ArticleGetting stuck at the splash screen... channels issue?
Over the last few weeks we’ve seen an uptick in the number of people who contact app support saying that the app is getting stuck at the title screen. People delete and reinstall the app to no avail....
View ArticleCamera photo to base64
Camera service already can read file as base64. private takePhoto():void { let camermaOptions: CameraOptions = { quality: 70, destinationType: this.camera.DestinationType.DATA_URL, sourceType: 2,...
View ArticleAPI call response header in Ionic returns Null in Android Emulator
I am developing an application with Ionic and Angular, I make a post request that returns me a token of the Authorization header, until then I was able to get this value normally with the following...
View ArticleHow to set the SQLite file in a specific location
What version of Ionic are you using? In Ionic 4 did not work because it recreates the folder www.
View ArticleIonic 4 with cordova-sqlite-ext
Hello, I have a project in Ionic 3 and I am using cordova-sqlite-ext to use the pre existing bank. Working well. But I’m working on Ionic 4. And I’m having trouble because the www folder is always...
View ArticleIonic 3 error: resource xml/network_security_config not found
To make it work for cordova-android@^8.1.0, make sure you have this configuration: <edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application"...
View ArticleHow to write a mathematical equation in ionic 5?
I have successfully used the following plugin in my app https://github.com/arnog/mathlive#readme In addition to this, you can also use katex plugin for displaying the latex equations…although this can...
View ArticleIonic v4 how to fire menu event
Hello everyone, I’m kinda new in Angular and ionic 4 and have propably a small problem, i want to detect event fire on menu open and close. On ionic documentation i found this events: ionDidClose...
View ArticleIonic 3 CORS problem(WebView?)
Hi, I started making my second Ionic App and have some problems with CORS. My Settings: @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI) :...
View Article[ERROR] Cordova is not supported for react projects
All the solutions given in the post doesn’t work…
View ArticleDisplay data from the Firebase Database
Good evening, thank you. I can recover from the console but I can not see the content on the address page. I have this error Capture.JPG1128×214 51 KB adresse.page.ts adresse = {} as Adresse;...
View ArticleIonic v4 how to fire menu event
You can use ion-menu, ion-menu-controller or MenuController if you want a more programmatically approach. With the last one you can create a button, manage the menu’s toggle function from there and...
View ArticleIonic 4 How can I put lines in the input?
I want to put lines in the input for phone verification and I want it to look like this How can I do it?
View ArticleBackground Mode audio not working in iOS
For now use the Streaming Media plugin, because IOS accepts native audio, and it does not block, and disable background mode
View ArticleHow to write a mathematical equation in ionic 5?
okay thanks, I’ll try it Pada tanggal Sel, 29 Okt 2019 pukul 01.12 Chetan Bansal via Ionic Forum ionicframework@discoursemail.com menulis:
View Article