Hey all,
I'm trying to implement an AdMob iPhone ad on my iUI site, but I'm
running in to major issues. I've incorporated the patch provided by
AdMob (
http://code.google.com/p/iui/issues/detail?id=102) and I've
gotten ads to load when they are on a page loaded via AJAX.
However, I am experiencing these issues when viewing the site on an
iphone:
1) If you place an ad in a <li> tag, and then navigate to a next page,
the ad remains in the same spot on the screen (it doesn't go away).
2) When placed inside of a <div class="panel"> an ad will appear to be
"cut off" and only show the right 30% or so of the ad. Also, when
rotating the iphone to horizontal orientation, the ad appears at the
top of the screen.
It looked so hideous that I had to remove AdMob ads from my app.
Has anyone actually gotten AdMob to work with iUI? If so, do you have
a link to a working example?