YousicianGit / UnityNativeEdit

Unity Native Input Plugin for both iOS and Android (Unity UI compatible)
44 stars 13 forks source link

Added new OnValueChanged event. #71

Closed dogramacigokhan closed 5 years ago

dogramacigokhan commented 5 years ago

onValueChanged event of the InputField is triggered twice on mobile platforms whenever the NativeEditBox receives a value changed message from native plugin. This PR adds new OnValueChanged event to NativeEditBox to be listened when the platform is mobile.