floatinghotpot / cordova-mobfox-pro

Enhanced MobFox plugin for Cordova/PhoneGap. Banner, Interstitial and Video Ad. Support many other Ad network with server-side integration.
8 stars 3 forks source link

Control over Ad presentation #10

Closed jgberg closed 9 years ago

jgberg commented 9 years ago

Currently when a video ad displays it's on a black background with a white X (dismiss) button. For our app this looks really bad. Can you provide us with control over:

  1. The background color
  2. The color or colors of the X or dismiss button. Perhaps as an option to prepareInterstitial(), setOption, createBanner().
floatinghotpot commented 9 years ago

the appearance of video ad is controlled by sdk. the X button is a image in the resource bundle inside MobFox.framework.

without interface exposed, I am afraid it cannot be controlled from outside.