I am going to host my app in a site. The app will be shown inside an iframe in it. i need my app to be on full screen, is there anyway where I can change the size of that iframe which will hold my app from my application?? My app and the site hosting it are not the same domain.
$("iframe", window.parent.document).css("width", "1000px");
this is not working as the site and app do not belong to same domain