RichEditorView icon indicating copy to clipboard operation
RichEditorView copied to clipboard

feat: support iOS 13+ dark mode

Open hansemannn opened this issue 4 years ago • 2 comments

This pull requests adds support for iOS 13+ dark mode while maintaining full backwards compatibility - by using CSS media queries. Should fix #134.

To build with Xcode 11, I also needed to move the project to Swift 5 which might collide with #203, but I'm free to rebase these changes once the other pull request is merged.

Thanks!

hansemannn avatar Aug 17 '19 18:08 hansemannn

@ppamorim This is not the scope of this ticket.

hansemannn avatar Oct 10 '19 18:10 hansemannn

I think you should migrate to WKWebView

@ppamorim Here is a fork that includes iOS 13+ support including dark mode, solves the upload to App Store issues, as well.

Edit: Shoulda explicitly said "Includes WKWebView" to avoid confusion. App Store issues arose since WKWebView is necessary to be approved for App Store.

YoomamaFTW avatar Oct 15 '19 04:10 YoomamaFTW