I can use webview control in XAML to show construct 2 canvas

0 favourites
  • 5 posts
From the Asset Store
Casino? money? who knows? but the target is the same!
  • I can use webview control in XAML to show construct 2 canvas?

    I tried to use webview in an Window pHone 8.1 app, and put the C2 game inside. But the game doesnt load. Just appear the loading bar in canvas, but, nothing more happens.

  • No, this will not work well. Instead just export from Construct 2 for the Windows Store, choose a universal app, then build for Windows Phone 8.1.

  • yeah, i have exported to universal apps, but i need to put an Ad from PubCenter. For Windows 8.1 Microsoft have an JS sdk for ADs and works well... but, for Windows Phone 8.1, an JS SDK not exists yet.

    Someone know another AD service that works with Windows Phone 8.1 HTML 5 App?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have teh same problem! I am surprised MS hasnt come up with a HTML5 based Ad support WInphone 8.1

  • Help me out please . I have java script code to show full scree ads like this ..

    <script language="javascript" type="text/javascript">

    var _sa = _sa || [];

    _sa.push(["initialize","c57c634d-2bab-4350-95dc-2dd4d477e6bc"]);

    _sa.push(['displayAd']);

    (function () {

    var sa = document.createElement('script');

    sa.type = 'text/javascript';

    sa.async = true;

    sa.src = '//ads.appnext.com/ad/source.js';

    var s = document.getElementsByTagName('script')[0];

    s.parentNode.insertBefore(sa, s);

    })();

    </script>

    Can any one tell me how to execute this code and show full screen ad when my layout starts ?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)