cocos2d-x / plugin-x

Plugin-x is the plugin repository for cocos2d-x, it also provides a unified API for plugins.
71 stars 92 forks source link

Full screen ads with AdMob - Android #131

Open aron-bordin opened 9 years ago

aron-bordin commented 9 years ago

I read in the code: case ADMOB_TYPE_FULLSCREEN: LogD("Now not support full screen view in Admob");

Just to ask, why it's not supported? Some limitation or it was just not developed?

Because if possible, I'll try to develop this feature.