Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

HTML formatted text in database does not display HTML tags

Open ozmium opened this issue 6 years ago • 0 comments

Suppose you have a database that contains some text data with embedded HTML tags, like this:

<b>This is bold text</b>. This is plain text. This is a <a href="http://www.website.com">link</a>.

When viewed on the Android-Debug-Database webpage, the HTML tags will not be displayed. Instead, it will try to render them directly in the browser, like this:

This is bold text. This is plain text. This is a link.

Furthermore, when the text is very long, the editor will not correctly display the full content.

Also, for very long text sentences, is it possible to reduce the excessive horiztonal scrolling and make it wrap the lines better? Perhaps consider wrapping at 60 characters, instead of 670 characters.

ozmium avatar Aug 14 '17 13:08 ozmium