Top "Ionic4" questions

Ionic 4 is the newer version of Ionic, the open source SDK that enables developers to build performant, high-quality mobile apps using familiar web technologies (HTML, CSS, and JavaScript).

NavController doesn't work in Ionic 4

I'm injecting NavController in my constructor as I want to push a page. But, below code doesn't work in Ionic 4. …

angular ionic-framework hybrid-mobile-app mobile-application ionic4
How to set background color IONIC 4

I having problems trying to change the background color in just one IONIC 4 (--type=angular) page. I am trying to …

angular ionic-framework ionic4
how to check app running in foreground or background in ionic/cordova/phonegap

Is there any way to check whether the app is running in foreground or background in ionic/cordova/phonegap, I …

javascript cordova ionic-framework ionic3 ionic4
Ionic 4: "Loading Controller" dismiss() is called before present() which will keep spinner without dismissing

I used "Ionic Loading Controller" to show a spinner until the data is retrieved then it calls "dismiss()" to dismissed …

angular ionic-framework angular6 loading ionic4
Ionic 5 with Angular 9 - Angular JIT compilation failed: '@angular/compiler' not loaded

Ionic 5 was announced a few hours ago (12th Feb 2020) and I upgraded my one of the small production app to …

angular typescript ionic-framework ionic4 ionic-native
Render HTML content in Ionic 3/4/5

view.html <div>{{text}}</div> The question is that 'text' has HTML that I wish to …

angular typescript ionic3 ionic4 ionic5
ionic 4 adding side menu

i started a project with tab template which i then later decided to add a side menu. the trouble is …

ionic-framework ionic4 ion-menu
Handling hardware back button in Ionic3 Vs Ionic4

Please find the below code for the Android hardware back button action in ionic3. As Ionic4 uses angular routing for …

ionic3 ionic4
Ionic 4 - how to pass data between pages using navCtrl or Router service

In Ionic 3 you could use the second argument of the navController to pass data to the next page and retrieve …

angular ionic-framework angular-routing ionic4
Ionic button showing 'ion-button' is not a known element

I am new to ionic, it seems like a silly question but I need some help Using some simple button …

ionic-framework ionic4