mopsicus / umi

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

Fixing: native edit text does't follow input field while long pressing #96

Closed oahceh closed 8 months ago

oahceh commented 2 years ago

For some reasons, i need to change the Unity InputField position to follow the hiding keyboard。But the MobileInputField.Update returns directly while long pressing outside the Unity InputField rect area。So i change the 'return' in MobileInput.Update to 'break' and test it fine。