10 lines
207 B
HTML
10 lines
207 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<script type="text/javascript" charset="utf-8">
|
||
|
window.onload = () => {
|
||
|
window.opener.postMessage({isWebViewUndefined: typeof WebView === 'undefined'}, '*')
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|