Padmaraj's Recent Forum Activity

  • Hi,

    I have similer problem:

    Before give build check for PLUGIN AND PERMISSION optionin XDK. you may be using unwanted plugin import. ( change the options and give build you get idea )

  • Hi,

    I have same problem not yet found any fixed solution. but - here is a working example of AJAX call in Intel XDK, you can try it in Intel XDK and on device, replace the URL with yours and try

    <html>

    <head>

    <title>AJAX and XDK</title>

    <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0;" />

    <script type="text/javascript" charset="utf-8" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>

    <script src="intelxdk.js"></script>

    <script src="xhr.js"></script>

    <script>

    function doAJAX() {

    $.ajax({

    type:'GET',

    url:'http://time.jsontest.com/',

    success: function (data) {

    alert(JSON.stringify(data))

    }

    });

    }

    </script>

    <style>

    body {font-family:arial;background-color:white}

    </style>

    </head>

    <body>

    <h3>AJAX Call</h3>

    <button onclick="doAJAX()">AJAX Call</button>

    </body>

    </html>

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Greetings to Lordshiva1948 & Burvey. Thanks a lot

  • Hi to all,

    I have one image as a object.. Now I want to create its clone on each user click on screen. how to do?

    Example - http://www.scirra.com/arcade/addicting- ... /912/pumba

    Thanks

  • Hi,

    I like to

    When I create any game its work normal on PC screen resolution

    And when I export to android and import same file on Intel XDK

    And test on emulator or real device app screen is look very small

    How to overcome this issue ?

    Is there any way to set a universal screen resolution with work like responsive app for all screens of mobile devices?

    Thanks:-)

  • Hello,

    I bought a personal license today Dec 21 with paypal, the purchase was approved, when will i receive my licence?

    Thanks

    Padmaraj.

Padmaraj's avatar

Padmaraj

Member since 21 Dec, 2014

None one is following Padmaraj yet!

Connect with Padmaraj

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies