I have just noted that Safari browser also can not display text/plain! They have copied an Android small screen feature which is not helpful on an iPad.
Could try escaping <>& with html and then wrapping with <html><body><pre>...</pre></body></html>.
Note that in PRE there is a line length limit of 80 characters. A single newline is required to break line within paragraph. To break a paragraph exactly two newlines are required.
If text/plain is reflowed it should still follow paragraph structure rather than just break long lines. However necessary for mobile devices, this is still problematic.
By default it should not break and should scroll lines sideways. PRE should not be broken. However, reflow for text/plain should be an option iff you actually want this.
This precedent for plaintext goes way back to tele-printing and is the basis for programming and compiler input. Break it like Micro-Soft and I will get very annoyed.
adriaanfromauckland wrote:I have the same problem. My files used to show up the right way on iOS 4, and I could just scroll across the screen. Newer isn't always better!