I have an html file embedded in my app that renders as expected (and has for years) on iOS versions up to 16.2 (not sure about 16.3 - haven't tried that yet). Now on iOS 16.4, the background color of one of my html elements is not being rendered.
It can't only be me, this is very normal css:
#bizAndClientContact { margin-top: 40px; background-color: #EEEEEE; padding: 25px; }
I'm really at a loss. Is this a known issue?