How can I force the app mode to be always “iOS”? In the previous version it was quite easy by manipulating the bootstraping, e.g.
ionicBootstrap(MyApp, [], {
mode: "ios",
menuType: 'push',
prodMode: true,
pageTransitionDelay: 0,
statusbarPadding: false
});
But how can I force a behaviour like this with RC0?
Thanks in advance,
Oliver