Encountering issues with our html/oft email template in dark mode view specifically on iPhone 11 and 12 Mini versions.
The problem arises only under the editable text section, where instead of displaying a black background color as intended by the dark mode CSS, it appears differently compared to other devices.
Initially, we had a freelancer developer who tested the template on the aforementioned iOS devices and it rendered correctly. However, when I implemented the meta color scheme changes suggested in this reference link , it didn't resolve the issue.
Below is a snippet of how my code looks under the head tag:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" style="padding:0;Margin:0">
<head>
<meta charset="UTF-8">
...
CSS and body code snippets follow...
I've also replicated the code on CodePen for easier access
[here](https://codepen.io/LXR10/pen/NWJbWaJ)
.
If anyone in the community can provide guidance or assistance on this matter, I would greatly appreciate it. Thank you!