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).
In Ionic 4 I couldn't find a suitable way to replace the default root page after the splash screen. Following is …
angular ionic-framework ionic4I looked around the new platform for the Ionic 4, it seems like the registerBackButtonAction function was removed from it. Are …
ionic-framework ionic4Which is better to use Angular Lifecycle Hook or Ionic Lifecycle hooks specially for initialization when creating a hybrid app …
angular ionic-framework ionic4 angular-lifecycle-hooksi have created a shared module and declared & exported the component i need in other modules. import { NgModule } from …
angular typescript ionic-framework ionic4 ng-modulesI have an Ionic 4 app and I want a transparent header. The Ionic documentation states that 'fullscreen' must be added …
angular ionic-framework ionic4I have the following code: <!doctype html> <html> <head> <meta charset="utf-8" /> &…
javascript typescript ionic-framework ionic4 stenciljsIn Ionic 3, dismissing a modal was pretty simple: constructor(viewCtrl: ViewController) { this.viewCtrl.dismiss() } In Ionic 4, I can't import ViewController (…
angular ionic-framework ionic4i am trying to get current page instance in app.component in ionic 4. in ionic 3 i can do it like …
angular ionic4I'm at a loss. I can get horizontal scroll to work fine with just html and css but when i …
css angular ionic-framework ngfor ionic4I have a Modal in Ionic 4. I'd like to close it, when a user press the back button on her …
modal-dialog ionic4