插件 nativescript-fancyalert 无法在 Android 上运行
Plugin nativescript-fancyalert not working on Android
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
我是不是做错了什么?
我以前遇到过这个问题
尝试rm -rf platforms/android
然后 运行 再 tns run andoid --bundle
希望对您有所帮助!干杯
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
我是不是做错了什么?
我以前遇到过这个问题
尝试rm -rf platforms/android
然后 运行 再 tns run andoid --bundle
希望对您有所帮助!干杯