icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
387 stars 32 forks source link

HTML support problems in SystemTextViewFactory #216

Open kovalandrew opened 4 years ago

kovalandrew commented 4 years ago

If flag isHtmlConverted is on we have iOS trouble:

common problem:

To discuss - what to do with this behaviour? Saparate for two different factories? For some cases we don't need to handle tap, just format html tags, or codes

Alex009 commented 4 years ago

https://sarunw.com/posts/how-to-display-html-in-uilabel-and-uitextview/ may help