You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
I test many things but I've not found any solution.
Actually I want set margin between text field and soft keyboard but I've not found any solution.
The current situation is this :
As you see, keyboard covers part of text field background.
I've found the solution that use scrollrect of android and group layouts but I think we can do it in Unity.
Then I try to handle it in Unity not Android native but there is no success. I can't find out keyboard is visible or not because TouchScreenKeyboard.visible don't return correct value and it is because of handling keyboard by plugin. So after that I try to find keyboard visibility by Android native codes but there is no success again.
Do you have any solution ? I appreciate if you are.