wxr
2023-04-23 87cdd93b37a4f2b6f8c35e0ba63c3af105d0d5ac
HDL_ON/UI/UI2/H5Page.cs
@@ -13,12 +13,12 @@
            this.AddChidren(webView);
            webView.LoadFileUrl("h5/index");
            Button button = new Button { Width = 200, Height = 200, Text = "Hello", Y = 300, BackgroundColor = 0xFFFF0012 };
            button.MouseUpEventHandler += (s, e) =>
            {
                webView.CallJS("uniAppAndroidFun(" + "'hello world'" + ")");
            };
            this.AddChidren(button);
            //Button button = new Button { Width = 200, Height = 200, Text = "Hello", Y = 300, BackgroundColor = 0xFFFF0012 };
            //button.MouseUpEventHandler += (s, e) =>
            //{
            //    webView.CallJS("uniAppAndroidFun(" + "'hello world'" + ")");
            //};
            //this.AddChidren(button);
        }
    }