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

How to disable side menu in ionic 4?

I am using, this.menuCtrl.swipeEnable(false); for ionic 3 app. This works fine for disabling the side menu. But, it …

angular ionic-framework ionic3 hybrid-mobile-app ionic4
Ionic 4 how do I receive componentProps?

In Ionic 4, I am trying to use the modalController to open a modal. I am able to open the modal …

ionic-framework ionic4
ionic 4 Storage Injection error: no provider

So, I'm running ionic 4 with node 8.x, trying to inject Storage to an app so I can retrieve a token …

typescript ionic4
Cors policy error when use Angular 7 post on ionic 4

I'm upset to post similar problem but spend more than 3 days and couldn't solve the problem. Platform: Ionic 4 Angular 7 When …

php header cors ionic4 angular-http
Ionic 5 - How to replace default icon and splash screen image and generate resources

I recently started using ionic 6 and capacitor(not cordova), and I don't know how to replace its default application icon …

ionic-framework ionic4
ion-datetime: How to get date value without timestamp?

I'm using ion-datetime in ionic4 using NgModel to bind to a property, however, no matter what options I include in …

javascript angular typescript ionic-framework ionic4
How to Horizontal scroll in ionic 4 as ion-scroll working in ionic 3?

I am trying ion-scroll in ionic 4 but not working? I get some solution from ionic forum, use div instead of …

angular ionic4
Ionic v4 - how do I autofocus on a Input?

I have a view with an input <ion-input #codigobarras></ion-input> How can I auto focus on …

ionic4 autofocus
Module build failed (from ./node_modules/@ngtools/webpack/src/index.js):

I have created an application on angular 7 and ionic 4. I tried to edit app.routing.ts file, setting path and …

angular7 ionic4 angular7-router
How to disable swipe back gesture globally in ionic 4 angular project

Already tried to achieve this with: <ion-router-outlet swipeGesture="false" animated="false"></ion-router-outlet> and in app.module: …

ios angular ionic-framework gesture ionic4