Open swaheed2 opened 8 years ago
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));
Cordova CI Build has completed successfully.
Commit - Link Dashboard - Link
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));