Languages

Menu
Sites
Language
Banner ads in hybrid apps

Has anyone successfully implemented banner ads or interstitial ads in a hybrid app?

 

I have tried displaying adsense ads but they don't show up.

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

6 Replies
Josh Dobbs
Is anybody showing any type of advertisements in an html5 app?
konduri sai swathi
Hi Josh, Try the below example in a sample web app :
<div id="ad" style="width: 100%; height: 90px;">
	<iframe src="http://matthewjamestaylor.com/responsive-ads/ad.html"  border="0" scrolling="no" allowtransparency="true" width="100%" height="100%" style="border: 0;"> </iframe>
	</div>
Click on the ad to view the complete details in the browser
Josh Dobbs
Thanks. It sort of works.. Now when i start the app i see a full blank page with a banner ad on it.
Marco Buettner
In hybrid apps the native application has NO UI! You have to bind your ads in your web application.
Josh Dobbs
Yes. I understand this. however the ads were not displaying.
youngsik yoon
did you specify the external url for access in config.xml? https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fapp_dev_process%2Faccessing_external_network_resources.htm