插件nativescript-fancyalert在Android上不起作用

时间:2018-10-14 12:06:56

标签: vue.js nativescript nativescript-plugin

TNSFancyAlert.showSuccess(
    "Success!",
    "Fancy alerts are nice.",
    "Yes they are!",
)
.then(() => {
    console.log("success")
}).catch(err => {
    console.log(err)
})

错误响应是: [TypeError:cn.refactor.lib.colordialog.PromptDialog不是构造函数]

发件人:https://github.com/NathanWalker/nativescript-fancyalert

我做错了吗?

1 个答案:

答案 0 :(得分:5)

我之前遇到过这个问题

尝试rm -rf platforms/android

然后再次运行tns run andoid --bundle

希望这会有所帮助!干杯