RichText icon indicating copy to clipboard operation
RichText copied to clipboard

Easily show RichText(html) in SwiftUI

Results 18 RichText issues
Sort by recently updated
recently updated
newest added

I really like this package but I've run into an issue. I've got this code: import SwiftUI import RichText struct MainView : View { var body: some View { ScrollView...

bug

![Screen Shot 2022-07-20 at 5 14 09 PM](https://user-images.githubusercontent.com/369858/180083557-fce3ed0d-9a98-4aa0-b795-03a379531de3.png) Frame is set to 48 tall. Message body: `This is a fancy HTML message with some styling.And a link to google.`

Hi, im using the pod, but i have problems when i want to use horizontal scroll and overflows not work when create the css style. i already support this?

While it renders . it is offset from the rest of the text. Here is the example HTML text: `The days of easily modding your Steam to look the way...

Modify the access level of css to public in order to customize the WebView. This change allows users to apply their own styles to the WebView.

enhancement

You should rename the `.transition` modifier to `.animation` and introduce a new `.transition` modifier that is responsible for transitioning from the placeholder to the WebView.

When I try to set a custom font that I imported into my project it doesn't work ` .fontType(.custom(UIFont(name: "NunitoSans-Regular", size: 14.0)))`