小编van*_*goh的帖子

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

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

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

来自:https : //github.com/NathanWalker/nativescript-fancyalert

我做错什么了吗?

vue.js nativescript nativescript-plugin

3
推荐指数
1
解决办法
200
查看次数

标签 统计

nativescript ×1

nativescript-plugin ×1

vue.js ×1