admob with webpopup,no response

I setup the admob with webpopup,
it show th ad in my game.

but when i touch the ad, no response.

here is my code:

br\> "http://www.w3.org/TR/html4/loose.dtd"\>  
   
  
  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>ad</title>
  
<meta name="xxx" content="xxx">
  
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
  
  
  
  
<script type="text/javascript"><br> var admob_vars = {<br> pubid: 'xxxxx', // publisher id<br> bgcolor: '000000', // background color (hex)<br> text: 'FFFFFF', // font-color (hex)<br> test: false // test mode, set to false to receive live ads<br> };<br> </script>  
<script type="text/javascript" src="http://mmv.admob.com/static/iphone/iadmob.js"></script>  
  
[/html]  

lua code

native.showWebPopup( 110, 272, 320, 48,"http://xxx.com/admob.htm")  

thanks.
[import]uid: 21680 topic_id: 16773 reply_id: 316773[/import]

See here:

http://developer.anscamobile.com/forum/2011/03/20/got-admob-working-android

You need to override the admob.gotourl so that corona can catch the target url and open it in the window. [import]uid: 8872 topic_id: 16773 reply_id: 63017[/import]

thanks kam187!

but something happend to me !

http://www.yesnews.com.tw/jason/admob.htm

i put my admod code in this page,but only iphone can see ads, android see nothing !

can anyone tell me why?

thanks a lot ! [import]uid: 21680 topic_id: 16773 reply_id: 63114[/import]

Whats the OS version on your device? Also which country are you in? Did you add the permisions to access network? [import]uid: 8872 topic_id: 16773 reply_id: 64519[/import]