Hi Guys,
I've integrated Tapjoy with Phonegap so it works good.but there is a problem.I've seen tapjoy works with code that added index.html (like below) so how do I work codes in Construct 2 ? so ad will show some layout.
}
var displayad = document.getElementById("tapjoy-display-ad");
displayad.onclick = function() {
tapjoy.getDisplayAd(function(r){printResult("Get Display Ad: " + r)}, function(r){printResult("Get Display Ad: " + r)});
}
Regards.