@tkclark wrote:
I’ve added support for dark mode in my app. It simply toggles the class
dark
on the<body>
tag. Looks great until I view it on my iPhone 11 Pro Max and the black text on a white background becomes back text on a black background. Looks like I might need to hook into the native part of the phone to tell it what’s up. Anybody know how to do this?I am using Ionic/Vue/Vuex if that matters. Thanks!
Before:
After:
Posts: 1
Participants: 1