RichTextView
RichTextView copied to clipboard
Highlighting a whole paragraph by HTML is not working in iOS 16
What is the purpose of your issue?
- [X] Bug
- [ ] Question
- [ ] Other
Description
When trying to highlight a whole paragraph with the p-Tag in HTML it just highlights the text but doesn't color the whole line. Works fine on all versions below iOS 16.
Version:
- iOS 16, Xcode 14.0
- RichTextView v3.3.0
Additional context, screenshots, screencasts
I set up my paragraph highlighting like this:
<html><p style=background-color:#F0F0F0;color:#585858> Sample text <p style=background-color:white><br></p></html>
How it looks:
How it should be looking / How it still looks on lower iOS devices:
Also, multiline LaTeX images are cut of in a weird way.