@CatABC
OK, I think I figured it out. Using webview requires communication.
wv.bindCallback("wvfunctionNmae", function(args)
inline function onButton1Control(component, value)
{
wv.callFunction("wvfunctionNmae", {
});
};
Content.getComponent("Button1").setControlCallback(onButton1Control);