Mode: 'md' for ios in Ionic View not applied

Hello everyone!

I prepared the app on ionic for android.

On android phone the UI looks OK, but on IOS (i used Ionic View to test, because i’m working in VIsual Stuido) i have some issues.

I set mode ios,md,wp - and on Android all modes works, but on IOS works only ios mode (Others mods no applied)

.

      IonicModule.forRoot(MyApp, {
          backButtonText: 'Go Back',
          iconMode: 'md',
          mode: 'md',
      }),

I need the same UI on the both platforms.
Could you help me please, what i do wrong?

It’s okay for me now.
There are some problems with Ionic View on IOS