This commit is contained in:
artem 2024-04-06 15:46:40 +03:00
parent f5da175d7b
commit 16bbeb5d16
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,6 @@
document.querySelector('canvas');
clearInterval(intervalId);
resize(document.querySelector('canvas'));
vkBridge.send("VKWebAppInit", {});
}
}, 1000);
new ResizeObserver(() => {
@ -83,6 +82,7 @@
canvasObj.style.width = window.screen.width + "px";
canvasObj.style.height = window.screen.widheightth + "px";
}
vkBridge.send("VKWebAppInit", {});
</script>