I'm just so super happy with Moodle Mobile Apps. A minor UI thing for iOS though, perhaps it can be solved Moodle 2.8 side? When users receive notification on iOS it prints the HTML from the message. See the attached for detail.
Any ideas for a fix?
Hi James,
I just created this issue:
https://tracker.moodle.org/browse/MOBILE-1131
We will fix it in the app side (stripping the HTML tags)
Regards, Juan
Excellent.
Looking forward to V2 also.
Hi James,
we can fix this for notifications received when the app is in foreground (active), but we can't do anything when the app is in background since the notifications are handled by an external code that shows exactly what Moodle is sending, without filters. Ideally Moodle (or in this case, the BigBlueButton plugin) should strip the HTML tags before sending the notifications.
Regards,
Dani
Hey Dani,
Thanks for the update.
Perhaps I should log a bug with Moodle and the Messaging plugin? These types of notifications are typically generated by event monitoring rule subscriptions, but the same thing happens when sending messages and with forum notifications.
Thoughts?
James
EDIT: Added news forum notification screenshot
Hi James,
I will create the issue, maybe we should filter the text in the Airnotifier instance (Push server) and not Moodle.
Regards, Juan