Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

feat: support iOS 13+ dark mode #208

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

hansemannn
Copy link

@hansemannn hansemannn commented Aug 17, 2019

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 hansemannn changed the title feat: support dark mode feat: support iOS 13+ dark mode Aug 17, 2019
Copy link

@ppamorim ppamorim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should migrate to WKWebView

@hansemannn
Copy link
Author

@ppamorim This is not the scope of this ticket.

@YoomamaFTW
Copy link

YoomamaFTW commented Oct 15, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setEditorBackgroundColor not working
3 participants