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

My Hardware 'Back Button Action' is not working in Ionic 4

I am working in my Ionic 4 app and When the user clicks 2 times on the mobile back button, then it …

angular ionic-framework ionic4
How to navigate between pages in ionic 4 & 5?

I had a project that I developed with ionic 3. But I took a break and when I started working again …

ionic4 angular-router pass-data navparams ion-nav
How to detect platform using Ionic 4

How to detect browser and mobileweb platform using Ionic 4 because when I tried with below code in desktop browser it …

angular typescript ionic-framework ionic4 platform
Ionic 4 ion-title in toolbar is not centered on android

I am wondering if this a common problem. My ion-title is not centered in the toolbar on android. I googled …

ionic-framework ionic4
Ionic 4 ion-row fill remaining height

How to annotate an ion-row so that it fills the remaining space? For the following example the yellow row "Content" …

ionic-framework ionic4
Change Round css in IONIC 4

I have a button with shape round as follows: <ion-button expand="full" class="shadow-red" shape="round">Signup with&…

ionic-framework ionic4
Ionic 4 ion-input allow number only, restrict alphabet and special character

I am creating an app in ionic4, I have a functionality where user can enter the only integer number (0-9), …

typescript ionic-framework angular7 ionic4
Dismiss Ionic 4 popover from its component

I have a standard Ionic 4 page (Home) that creates a popover that uses a component (BusinessDetails) with a button that …

popover ionic4
Cannot add task 'processDebugGoogleServices' as a task with that name already exists

What went wrong? org.gradle.api.internal.tasks.DefaultTaskContainer$DuplicateTaskException: Cannot add task 'processDebugGoogleServices' as a task with that name …

ionic4
How can I save a downloaded file with Capacitor in Ionic4 Angular?

I have recently published my Ionic 4 Angular App both as web app and as native Android app. In the native …

typescript ionic-framework ionic4 capacitor