Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
So anyone who's been trying to rework some bigger sized app once faced the issue with handling Html in TextView with clickable phone number, email or website link - and "how to rewrite it in Compose?".
So far, the best solutions seem to be just use AndroidView with TextView in it, which simply doesn't cut it, as it undermines the Compose code and is difficult to manage with styles quite incompatible with Compose styles.
Use Case:
Html friendly widget or just the simple Text Compose widget that could handle hyperlinks is very much needed in most large size apps.