Answer the question
In order to leave comments, you need to log in
VK javascript sdk and VK mobile sdk what to use in the mobile version of the iframe application?
Hello. There is an iframe application used by vk javascript sdk. Everything works on the full version of the site. Namely this code.
window.VK.init(function() {
console.log('yes')
}, function() {
console.log('fail')
}, '5.84');
window.VK.api("wall.post", {"message": message, "owner_id": group_id, "v":"5.84"}, (data) => {
console.log(data);
});
<script src="https://vk.com/js/api/mobile_sdk.js" type="text/javascript"></script>
? Or there you can use html in addition to javascript. Sorry, I've never dealt with mobile development, I don't know.
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