NuPlay / RichText

Easily show RichText(html) in SwiftUI
MIT License
209 stars 36 forks source link

CSS click events #39

Closed ejbills closed 8 months ago

ejbills commented 1 year ago

Hi does this support CSS click events? Like can I use a click event to reveal some text? Thanks!

I tried one but it didnt work when I tapped on it.

NuPlay commented 1 year ago

This library is a wrapper around WKWebView. So if it's possible in webview, it should be possible.

I'm not sure what the problem is.