This commit is contained in:
edy
2026-07-08 17:47:04 +08:00
parent 8ab9226e89
commit 24bd71052e
13 changed files with 30892 additions and 39577 deletions
+2 -4
View File
@@ -37,8 +37,7 @@ namespace BingoBrain
protected override void OnClose()
{
WebviewManager.Instance.setInH5View(false);
WebviewManager.Instance.ShowH5View(false);
SdkManager.Instance.ShowH5View(false);
}
protected override void OnBind()
@@ -48,10 +47,9 @@ namespace BingoBrain
protected override void OnOpenBefore(object args)
{
WebviewManager.Instance.setInH5View(true);
// delayedCall = DOVirtual.DelayedCall(0.3f, () =>
// {
WebviewManager.Instance.ShowH5View(true);
SdkManager.Instance.ShowH5View(true);
ui.btn_close.SetClick(() =>
{
UICtrlDispatcher.Instance.Dispatch(SkinInfo.H5UI_Close);