1

I'm trying to put an adsense baner in my phonegap app (for iPhone) following the instructions explained in the answer of this post: jQuery append Google Adsense to div

But when I run my app it just opens the banner in an external safari window! Any idea? Thanks!

Community
  • 1
  • 1
xus
  • 2,587
  • 8
  • 31
  • 44

1 Answers1

0

You asked your question a while ago so this might not matter anymore but I had the same issue in iOS with Adsense in Phonegap. Setting OpenAllWhitelistURLsInWebView to YES in Cordova.plist solved it for me.

ferik
  • 531
  • 3
  • 11