造型按钮警报 - Ionic3

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了造型按钮警报 - Ionic3相关的知识,希望对你有一定的参考价值。

任何人都可以帮我设置android平台中的警报框和按钮,就像在ios中一样吗?如下图所示?

enter image description here

喜欢

enter image description here

我可以通过以下css属性更改颜色。

.buttonCss { 
button.alert-button:nth-child(1){
  color: #37474f !important;
}

button.alert-button:nth-child(2){
  color:#1565c0 !important;
}
}

请帮我。

答案

您可以使用setMode函数轻松完成:

let alert = this.alertCtrl.create(...);
alert.setMode('ios');

以上是关于造型按钮警报 - Ionic3的主要内容,如果未能解决你的问题,请参考以下文章

Ionic 3 - 在警报控制器中设置 id 值

AlertDialog 更改片段中的背景颜色 [重复]

Ionic 3 - 无法点击谷歌地图上方显示的警报对话框

Ionic 2 警报自定义

如何使用警报管理器将数据从片段传递到广播接收器

离子 3 警报;调用dismiss()后调用present()不起作用