There's something wrong with various input fields, when I type on iOS mobile safari (only) the text is invisible.
However for this section of the site, I cannot target via CSS it as it's an iframe.
Any ideas of
- why does this happen?
- how to resolve it?
I have to force a blur or the GPU by adding transform: translateZ(0);
in order to resolve it. However I cannot use CSS on this element.