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]