Piwigo / Piwigo-Mobile

Piwigo iOS Mobile Application
MIT License
100 stars 29 forks source link

Display HTML encoded descriptions #515

Closed EddyLB closed 2 years ago

EddyLB commented 2 years ago

When a user pastes HTML encoded text as description of an album or image, the HTML code is stored into the database. The web UI interprets the code and displays it as when it was pasted. But with the iOS app, the code is not interpreted and not displayed expected.

A solution might be to detect HTML code and convert it to NSAttributedString strings.