Cannot Read And Write To FireStore Or Realtime Database Using Real Device
I set read and write to true and all are working fine with cordova run browser. But it does not work using a real device. No error is being thrown by either FireStore or Realtime Database. Anyone?...
View ArticleIonic Slides V4
Pancha27: I tested in using localhost What does that mean? What command did you run? Did you test in a browser? What browser? What kind of computer are you running that browser on?
View ArticleApplication error for ionic while building
supra: ionic cli 4.0.2 node- v10.7.0 This is not the output of running ionic info on the console in the project directory. supra: Device- Samsung- G360H That device is 4 years old. Maybe try with a...
View ArticleIonic 4 native plugins compatibility @ionic-native/core
Thanks ! It worked by installing the version 5.0.0-beta.14 of these plugins and appending a ‘/ngx’ to the end of the import. import {GooglePlus} from '@ionic-native/google-plus/ngx';
View ArticleIoinc 4 - form and submit button
Hi, I have a question, i don’t if it’s a bug or not. I made a login form with ionic 4 <form [formGroup]="loginForm" (submit)="onSubmit()"> <ion-item>...
View ArticlePWA app breakpoints and source code in the browser are messed up
I cannot put breakpoints in the correct position because it seems to be showing an older version of the sources in the browser. How can I force it to update the source in the browser?
View ArticleAccess value of primary color variable in code
There actually is a build in way. robots.thoughtbot.com Controlling color with Sass color functions Sass comes with functions that can easily be applied to colors in your CSS... Sass allows all the...
View ArticleDynamically change header background color
If you want to change dynamically, or conditionally the header background color, you can use: In HTML file : <ion-navbar [ngClass]='category'><ion-title>Your...
View ArticleA shout out to Josh Morony
I bought Josh’s book a year ago when I first started my journey into Ionic 2. A year later, I just received a free update to Ionic 4 with all the updates for...
View ArticleHot to send two parameters on click
hi there, how you can read this parameter in another page thank you
View ArticleIonic App Mobile Error on Cellular
here is my output info : Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser - Ctrl+C to cancel [11:14:44] watch started … [11:14:44]...
View ArticleApplication error for ionic while building
Ok i will try with latest device and will share my experience. Also i will send complete ionic info out put
View ArticleHow to Speedup Ionic3 Sidemenu Application
Google it! Use Lazy Loading (part 1, part 2) If you have lists in your app, increase ionic scroll performance. Did you have unused colors in your $colors variable inside variables.scss? Remove them!...
View ArticleWhich page is open
Ah so you want to prevent it when its already ACTIVE and not just in the navStack. Change the code to this and it should work just fine: checkpage(){ let checkViews = this.navCtrl.getActive();...
View ArticleProblem with analytics for generate .apk
Hey guys I’m install the plugin for analytics, but I have an error when I try to generate an apk. This error: FAILURE: Build failed with an exception. Where: Build file...
View ArticleClick event parameter with ngfor
i need to pass an *ngFor element via click event parameter , thank you best regards, anass
View ArticleCan't display a website within iframe: because it set 'X-Frame-Options' to...
Hello, I have a problem with an that i’m developing. I have to display a website inside my app, but there is an error: Refused to display ‘http://fidsudcdba.fr/’ in a frame because it set...
View ArticleTest connexion ionic
Hy i want to check connexion internet not the connexion for wifi or 3G but i want to test if i has internet access or no
View Article