Disable prompt for GUI InputText on Ipad or other mobile devices

Hi,

Is there a way to disable the default prompt to enter text, which occurs on focusing or clicking on the GUI InputText control on an Ipad or other mobile devices. I want to add a custom prompt instead of the default one.

Here is the playground: https://playground.babylonjs.com/#XT1XC8#1

I’ve also attached the screenshot of the prompt:

Thankyou

This is not an option that we have (for now :slight_smile: )
But why do you not replace the inputText by a TextBox if you do not want the prompt?

I need the InputText for the desktop version. If I use both I would need to do a lot of changes in the code. So was hoping there was an option to disable it.

@Deltakosh - why is this not an option?

1 Like

This is a pretty edge case feature but we are totally up for any contribs/PRs if you feel the need for it ?