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。
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。