Edit field problem (iOS)

Difference on iOS to the other operating systems
see image file

Safari and Firefox on iOS
Edit field size is not correct.

In Firefox on iOS
the colors are reversed.
(has that to do with dark mode?)

  1. Let the browser decide the height itself by setting WebEdit.HeightStyle = ssAuto
  2. Default, the INPUT HTML element as no color attributes, so I would expect your device is in dark mode and that this is the default appearance of the HTML INPUT element?

OK.

It works like this.
It just doesn't look so nice anymore, because I have to make space for the input size of iOS and that doesn't look so nice on Android and Windows etc.

But better that way than before.

I don't know why firefox change the colors on iOS. But that's the only browser to does that, so I think it's more a browser problem.