In this video (https://www.youtube.com/watch?v=ZjPRj2Vp74U) Andrew mentions that Ionic builds different element design for each platform. Is it possible to prevent that, so the app looks the same on all platforms?
Ionic offers seamless app UX, across iOS, Android, and the Web from a single codebase.
Ionic is built from the ground up to make development easy, no matter what platform you are building for. Ionic apps are truly cross-platform: able to run as an Android, iOS, Electron, and Progressive Web App (PWA), all from a single codebase.
Because of this foundation in web technologies, Ionic can run anywhere the web runs — iOS, Android, browsers, PWAs, and more.
Ionic framework is an open-source UI toolkit for building performant, high-quality mobile apps, desktop apps, and progressive web apps using web technologies such as HTML, CSS, and JavaScript. It allows developers to build once and run everywhere.
For Ionic 2.0.0 you can use the config parameter of the IonicModule forRoot method.
IonicModule.forRoot(MyApp, {mode: 'ios'}),
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With