You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I receive a message sent by a webview in an html file when I load html?
The official webview is using document.addEventListener('message', function (e) {}