I have a script that runs on a publisher's site. I want to show an interstitial ad upon entrance to site. I have access to conventional ads. The problem is that publishers treat their mobile sites differently or not at all. You can go to a site with no "meta name="viewport"" and initial scale and/or stumble upon different scales or zooms. So if I have a 320x480 ad, it won't look good in all the 320x480 devices since I don't know the zoom/scale state. As I read, even if I can tell the scale, it's almost impossible to handle it and have a X-Browser support. Open a new window or navigate to my own URL to show the ad is out of the question.
Can you recommend on a solution for this problem? Thanks.