11 lines
267 B
HTML
11 lines
267 B
HTML
<html>
|
|
<body>
|
|
<script type="text/javascript" charset="utf-8">
|
|
document.addEventListener('DOMContentLoaded', function (event) {
|
|
window.opener.postMessage({
|
|
isWebViewGlobalUndefined: typeof WebView === 'undefined'
|
|
}, '*')
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|