https: //metamask.app.link/dapp/elonpunk.paintstore.io/
$(function() {
document.domain = 'paintstore.io';
$('.frame').on('load', function(){
var target = this;
var content = $(target).contents().find('body');
$(target).height($(content).outerHeight(true));
$(content).on("DOMSubtreeModified click", function (event){
setTimeout(function(){
$(target).stop().animate({height: $(content).outerHeight(true)}, 200);
}, 400);
});
});
});
var elem = arr[i];
(function(elem) {
// код c $.get здесь
})(arr[i]);
Работает кросплатформенно, проверил. И можно сообщаться между фреймом и страничкой с помощью postMessage даже если на поддомене , т.е. не надо прописывать document.domain