cordova-plugin-dialogs
cordova-plugin-dialogs copied to clipboard
add support for html message in alert
trafficstars
By using android.text.Html, the message of the AlertDialog can support html which is a very useful feature. I hope this can be added to all type of dialog messages:
dlg.setMessage(Html.fromHtml(message));