inputPassword Gui bug on iPad

Hello : )

unlike iphone, the input textfield doesnt come up on iPad when a user focuses on the password area.

1 Like

@DarraghBurke, would you happen to have an IPad to double check ? I unfortunately do not have any to see what is going on

2 Likes

I don’t have an iPad either unfortunately. Do you have the same problem with InputText, or is it just InputPassword?

Maybe @bghgary or @Cedric ???

Nop :frowning: no iPad

@Deltakosh ??? I am pretty sure we will find one… eventually :slight_smile:

we should be able to debug that with the simulator on a mac :slight_smile:

Good point, I can give that a try

I was able to repro the issue on my simulator and found the cause :slight_smile: We were looking for a mobile user agent, which doesn’t include tablets. I have changed it to open the prompt whenever the input was focused by a touch (rather than by a mouse click). This will onw include tablets and other touch-enabled devices.

PR is open now:
[GUI] Make touch inputs open the prompt on inputText and inputPassword by darraghjburke · Pull Request #12026 · BabylonJS/Babylon.js (github.com)

2 Likes

You are the best !!!

2 Likes