Html-only version for unsupported browsers not showing message content

According to Dropping iOS 15 & other old browsers in July 2025 - #170 by david announcement, unsupported browsers are supposed to be able to render content in html-only mode, however this does not actually work.

Here is the example of a discussion where message body content does not render (it does not appear) on iOS 15.8 browser: Plex community forums (Powered by Discourse)

3 Likes

I can reproduce this issue —

In iOS 15.6 I see

With iOS 12.3

so it seems like we may need to update our browser detection to include static content for iOS 15, thanks for reporting it

4 Likes

Ah yes, thanks for the report @heaving_year4v. This should fix it:

4 Likes