05-10-2012 09:17 AM
I recently found out that the ADs API is not supported on the Playbook with WebWorks. That's too bad and I hope they are working on it.
In the meantime, has anyone had any experience with an Ad network that would be suitable for use with WebWorks? I tried one yesterday which gave me a javascript code, but as expected, it doesn't launch the browser. Instead, it *replaces* my app with the target Ad. (since clicking a link in a WebWorks app changes your app's page, not opens in a browser)
Looking for advice here. If anyknow knows when the WebWorks API code will be released, that would be very much appreciated as well
Thanks
06-09-2012 04:51 AM
Me too, I'm looking for Ads model business over Playbook and BB10?
Any help here? Thanks before/
06-09-2012 10:22 AM
06-12-2012 01:50 PM
Have you tried LeadBolt? http://www.leadbolt.com/
You will need to know the URL the ads are being served from so you can white-list approproately.
03-02-2013 04:12 PM
gbeukeboom: can you give us some info on how to capture the banner click and direct it to a browser instance?
instead of it taking over the webview as mentioned earlier in the tread
03-04-2013 08:00 AM
You can use target=”_blank” in the <a>, this should open the link in the browser currently.
03-06-2013 02:44 AM
Find whatever part of your ad services javascript file that opens the link, and replace it with something like this:
var args = new blackberry.invoke.BrowserArguments(obj.href);
blackberry.invoke.invoke(blackberry.invoke.APP_BRO WSER, args);with obj.href beink the link to open.
03-14-2013 06:14 AM - edited 03-14-2013 06:15 AM
Hello, I tried with leadbolt.
I downloaded the script and when I launch the app, the banner is displayed for 5 seconds and then disappears.
How do I hook it to the htm page?
If you want to place the code to be more clear ...