Cursor in text field on iPad

I have a cursor appearing in my textfield (which seems to work fine in stand-alone and web player builds); however the cursor does not show up on the iPad.

Is there any way to have the cursor appear in the textfield on the iPad? Please note that the cursor does appear in they keyboard control that appears when you tap on the textfield. Ideally we’d like the cursor to appear in both the textfield and the keyboard control (since the text updates in both places).’

Thanks,
Jared

bump

Hi,

had some similar issue, I put the written text into a string and added “_” or “nothing”
with a delay to the text on the screen :sunglasses:

Yeah, I just decided to only use the textfield that appears immediately above the keyboard for now (since it has a cursor); I wasn’t able to find a way to get the cursor in Unity’s textfield.

you could always fake it, make a gui texture cursor that goes to whatever location your touching