Issue with latest construct3 runtime and a hidden iFrame

0 favourites
  • 1 posts
From the Asset Store
Angry Zombies - HTML5 Game (Construct 2 & Construct3)
  • We have a need to load a game into an iFrame but with that iFrame hidden from view (simple display:none). This was working fine until we were recently prompted to upgrade to the construct3 runtime. Now we are seeing the following console error which we have traced back to trying to load a game into a hidden iFrame.

    In our testing, this function in c3runtime.js is being passed 0's for a and b when the iFrame is hidden which is failing in the following code. Is there a setting in the runtime we can use to override this behavior?

    SetSize(a, b, c=!1) {

    var d = Math.floor;

    if (a = d(a),

    b = d(b),

    0 >= a || 0 >= b)

    throw new Error("invalid size");

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)