Jump to content

cocoon ads requestanimationframe


1ipt0n
 Share

Recommended Posts

Hi,

I'm using new cocoon.io cloud compiler and atomic plugin to show ads. 

 

 console.log('ads 1');
            var interstitial = Cocoon.Ad.createInterstitial();
        console.log('ads 2');
 
            //load interstitial
            interstitial.load();
console.log('ads 3');
            //show interstitial
            interstitial.show();
console.log('ads 4');

 

 

and game just hang, console show:

> ads 1
> ads 2

>

requestanimationframe cannot call method "on" of undefined

 

.

 

I'm using canvas+.

When I try to use webview+ or webview i just get solid black screen and can't even get to the console.

 

help. please.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...