I am trying to create a simple login system for my game which i want to pixel stream through web.
Issue i am facing right now is that i am testing through various mobile phones, both android and ios, and the virtual keyboard pop is coming after pressing edit text prompt.
capture of android
capture of ios
i am able to backspace text in android but cant edit it out properly, meaning once i hit accept/go on keyboard or add text it is not working,
if i add text on same stream though pc, i can remove it through keyboard.
everything is working fine in ios though.
tried multiple things up until now, and unable to find specific issue, i checked player.js and tried checking logs, but unable to find solution.