I am developing an ionic2 app on both android and iOS.
When I test the app with ionic serve -l, the iOS simulation shows iOS style, the android simulation shows MD style. For example, the icons are shown in their iOS (resp. MD) version. No problem here, this is how it is supposed to work…
But when I run the app on my iOS device (iPhone 6s), the app look is the MD look, not the iOS one…
I know it is possible to apply a specific (MD or iOS) style to both android & iOS, but I never wanted/configured that (and as mentioned above, the “ionic serve -l” simulation works fine).
Has anyone any idea of a fix to this issue please ?
Thank you vm !
P.S. :
Node version : v8.9.1
Cordova version : v7.1.0
Ionic version : v3.19.0
I would advise you to quickly create a new app with ionic start, add the platforms and build the app to see how it looks. If this is different from your app, something is going wrong in your app.
But at least you now know where the error comes from and that it could work.
Compare the ionic info of the two projects.
If that doesn’t offer any clues, I would advise you to check the main templates and .ts files first, then go deeper.
Or you could start copying stuff over to the new project and see where (and if) is breaks.