wxr
2023-05-09 76fca0e9a011eb36081e34b875a5d7399d4de3e9
HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -22,6 +22,13 @@
                Application.HideSoftInput();
            };
            pm = new HttpServerRequest();
            BaseActivity.HideKeyboardEvent = () => {
                Application.RunOnMainThread(() =>
                {
                    this.Y = 0;
                });
            };
        }
        public override void RemoveFromParent()
@@ -32,6 +39,11 @@
                waitPage.RemoveFromParent();
                waitPage = null;
            }
            BaseActivity.HideKeyboardEvent = () => {
            };
            base.RemoveFromParent();
@@ -190,6 +202,9 @@
                UnSelectedImagePath = "Public/Logo-bg.png"
            };
            bodyView.AddChidren(btnIcon_bg);
            btnIcon_bg.MouseDownEventHandler += (sender, e) => {
                Application.HideSoftInput();
            };
#if DEBUG
            btnIcon_bg.MouseUpEventHandler += (sender, e) =>