在将整个应用程序设置为使用md模式后,如何使用ios模式警报框

时间:2017-01-02 09:26:51

标签: angular ionic2

使用

将我的应用设置为以'md'模式运行后
IonicModule.forRoot(MyApp, {
  mode: 'md'
}, {}),

是否仍然可以使用ios版本的警报框?

如果是,我们该怎么做?

请帮帮我。

1 个答案:

答案 0 :(得分:0)

这很简单:

alert.setMode("ios");

其中“alert”是“AlertController”的实例