YousicianGit / UnityNativeEdit

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

Autofill related fixes #77

Closed Juhoyous closed 5 years ago

Juhoyous commented 5 years ago

Two main changes:

  1. Stop hiding and showing native input fields when our app loses/gains focus. This was messing up autofill and disconnecting open keyboard from focused input field.
  2. Delay setting focus to an input field when it's created. Setting focus before all fields are created on native level breaks autofill.