Skip to content

dayweek/adwhirl-phonegap-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdWhirl PhoneGap/Cordova Plugin

The plugin allows you to display a banner from AdWhirl ad network in your Cordova app.

Installation

Copy AdWhirl.h and AdWhirl.m into Cordova-iOS application folder and add this to Cordova.plist Plugins key:

<key>AdWhirl</key>
<string>AdWhirl</string>

Add dependency into app.json:

"path": "AdWhirl.js"

Note that you need to install AdWhirl SDK as well.

Usage

The plugin basically resizes UIWebView (in which the Cordova app is running) and inserts AdWhirl banner view.

AdWhirl.show // shows banner
AdWhirl.hide // hides banner

Copyright

Copyright (c) 2013 David Hrachovy

About

Cordova plugin for Adwhirl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published