Hi Graham
I’m so sorry for my late reply.
I’ll take care of this issue as soon as possible. And I’d appreciate it if you’d provide more details, including hideInput, keepKeyboardOn and etc options.
키보드를 내리는 경우는
UIInput외의 영역을 커버하는 컬리더를 포함한 Widget을 추가하고 그곳에 스크립트를 추가해서 OnClick() 이벤트를 받아서
TouchScreenKeyboard.instance.active = false;
이렇게 키보드를 내리면 될 것 같습니다.
아 제가 잘못 알고 있었어요. 막연하게 GetKeyDown()이 안드로이드에서 동작 안하는 것으로 생각하고 있었습니다. 해당 함수는 아직 구현이 되지 않았으며 다음 업데이트에 포함시키겠습니다
키보드 내림 이벤트 처리는 KeyboardMessageReceiver.instance.onKeyboardClosed 델리케이트를 이용하시면 됩니다.