提交 bac7f27f 编写于 作者: O oceanxiao

input fixed

上级 2f860c6c
......@@ -53,6 +53,7 @@ public class Inputs : MonoBehaviour, IPointerClickHandler, IPointerExitHandler
// 输入法confirm回调
Debug.Log("onConfirm");
Debug.Log(v.value);
WX.HideKeyboard(new HideKeyboardOption());
}
public void OnComplete(OnKeyboardInputCallbackResult v)
......@@ -60,6 +61,7 @@ public class Inputs : MonoBehaviour, IPointerClickHandler, IPointerExitHandler
// 输入法complete回调
Debug.Log("OnComplete");
Debug.Log(v.value);
WX.HideKeyboard(new HideKeyboardOption());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册