Skip to content

feat: iOS Html entities handling - #258

Merged
szydlovsky merged 3 commits into
mainfrom
@szydlovsky/html-entities-handling
Nov 18, 2025
Merged

szydlovsky merged 3 commits into
mainfrom
@szydlovsky/html-entities-handling

Conversation

@szydlovsky

@szydlovsky szydlovsky commented Nov 17, 2025

Copy link
Copy Markdown
Collaborator

Summary

Fixes #235; an issue that the iOS parser didn't handle special Html entities, <, > and & both ways.

Test Plan

  • Run example app on iOS
  • Input a text consisting of these characters and see that they are properly switched to their codenames in emitted html
  • For the other way around, paste the following HTML into either default value pr Set input's value field and see the codenames are properly translated to the characters:
<html>
<p>&lt;html&gt;<b>BOLD</b>&lt;/html&gt;</p>
</html>

Also worth double checking the same on Android, its system parser handles that well.

Screenshots / Videos

image

Compatibility

OS Implemented
iOS
Android ✅ (system)

@szydlovsky szydlovsky changed the title iOS Html entities handling feat: iOS Html entities handling Nov 17, 2025
Comment thread ios/utils/StringExtension.mm Outdated
@szydlovsky
szydlovsky merged commit 2f7feef into main Nov 18, 2025
5 checks passed
@szydlovsky
szydlovsky deleted the @szydlovsky/html-entities-handling branch November 18, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTML Entity Support

3 participants