Answer the question
In order to leave comments, you need to log in
How to check that the user has logged into mini apps from VK?
I have code:
<script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
<script>
async function yy() {
vkBridge.send("VKWebAppGetUserInfo").then(data => {
return document.write('3');
});
document.write('2');
}
yy();
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question