Arne's Recent Forum Activity

  • pirx You need to wait for the ad to be created, it takes some time so you can not put "show" in the layout start.

    Create a "On Create full screen Ad successful" event and put the "Show full screen Ad" action there, that is the earliest possible time to active the ad.

  • While waiting for official support, you can try this plugin for Admob Interstitial Ads on Crosswalk.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • This plugin has been discontinued, please see official plugin.

  • I have seen this as well. The FB load is done very fast and the trigger comes before the layout is running. As a workaround I set up a tick to wait for the layout to start.

    window.fbAsyncInit = function() {
    ....
    // Delay OnReady event so layout is loaded before trying to do events
    fbRuntime.tickMe(fbInst);
    };
    
    instanceProto.tick = function () {
    	// Just do this once after load
    	if (fbRuntime.running_layout) {
    		fbRuntime.untickMe(fbInst);
    		fbReady = true;
    		fbRuntime.trigger(cr.plugins_.FacebookFE.prototype.cnds.OnReady, fbInst);
    	}		
    };
    
    [/code:2glnduyl]
Arne's avatar

Arne

Member since 22 Feb, 2014

None one is following Arne yet!

Connect with Arne

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies