Android input area glitched in zappar unity webgl

image

Hi, currently I’m building AR game in zappar unity. In android seems to be glitched during input text. Does anyone know what causing it. Since in ios seems to be fine

Hello @dev3

It would helpful if you can provide any details about the Glitch!

You maybe aware that default input system of Unity is not compatible for mobile WebGL builds (unity docs). As such there are plenty of ways to get around this limitation, by implementing a message flow between HTML document and unity gameInstance (unity forum).

So it’s likely the default unity input system or your webgl input plugin causing the issue. Looking forward to your response.

Regards,