mopsicus / umi

Unity mobile input (UMI) plugin for Android and iOS, allows to use features of mobile native input fields
MIT License
386 stars 91 forks source link

Multiple line mode, the placeholder invisible on InputField focused #65

Closed imoegirl closed 3 years ago

mopsicus commented 3 years ago

Hi, can you explain more details?

imoegirl commented 3 years ago

1 When i click the SingleLine InputField, the placeholder text is visible.

2 When i click the MultiLine InputField, the placeholder text is invisible.

mopsicus commented 3 years ago

Got it. On iOS, multiline UITextView doesn't support "true" placeholder as for single line UITextField. So, to simulate that placeholder text, plugin set text in field. And when you set focus to field – removes it.