标签: android nativescript angular2-nativescript
enter image description here对话框隐藏在nativescript中的radsidedrawer后面。
dialogs.alert({ title: "Your title", message: "Your message", okButtonText: "Your button text" }).then(() => { console.log("Dialog closed!"); });