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).

Ionic 4 Angular 7 - passing object/data to another page

I would like to pass a JSON object to another page. What I've tried is to pass the JSON string …

ionic-framework angular7 angular-router ionic4
ionic 4 + angular: routerLink only works first time

I'm having a weird bug while developing a basic app from scratch right now. I use Ionic 4 beta 19 and I've …

angular ionic-framework angular-routing ionic4
ion-button Click not firing up function in ionic 4

I have a button and a function in my ionic 4 Code. Ideally on the click of the button, the function …

angular ionic-framework ionic-native ionic4
Ionic 4 native plugin geolocation gives me "Module not found: Error: Can't resolve 'rxjs/Observable'"

I'm trying to use ionic native plugin geolocation in ionic 4 but I got a this error: Failed to compile. ./node_…

angular geolocation rxjs ionic-native ionic4
Ionic 4: Ion-checkbox checked not updating from ionchange

This is how I create a list with checkboxes to check/uncheck employees. I am binding the checked property of …

angular ionic-framework checkbox ionic4 2-way-object-databinding
How to remove small caret from ion-select in ionic4

I want to remove the inbuilt grey small caret from ion-select, and use my custom caret(arrow) instead. Code: ion-select { …

angular ionic-framework ionic2 ionic3 ionic4
How to disable ion-button shadow in ionic 4?

I can't set the box-shadow property of ion-button to none in ionic 4, so how can I do that for a …

ionic4
how to set value dynamically default value in ion-select-option

I'm using Ionic 4. I want to show a default value in ion-select-option. Option's values come from the server. API works …

android ionic-framework ionic4 default-value ion-select
(keypress) event in ionic 4 not triggering

According to this link https://ionicframework.com/docs/api/input#events ionic supports keypress event which is working fine in …

javascript angular forms events ionic4
ionic 4 virtual scroll not working

I created new project with Ionic 4. I have an array of item (spaces) in typescript file and I want to …

virtualscroll ionic4