HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -22,13 +22,14 @@ Application.HideSoftInput(); }; pm = new HttpServerRequest(); #if __ANDROID__ BaseActivity.HideKeyboardEvent = () => { Application.RunOnMainThread(() => { this.Y = 0; }); }; #endif } public override void RemoveFromParent() @@ -40,11 +41,11 @@ waitPage = null; } #if __ANDROID__ BaseActivity.HideKeyboardEvent = () => { }; #endif base.RemoveFromParent(); //2020-12-22 增加点击隐藏键盘事件