Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Problems with some mobiles

Amaia_E_
Beginner
456 Views

Hello! Sorry for my english.

I have done an APP with IntelXDK with Cordova. In the simulation, everything works perfect. My APP has to connect with a server. Here I put the code.

The problem is that when I try with a mobiles, the APP can connect with the server and take me an answer only in some of them. But it not work in all of mobiles. I don´t know the reason of this.

Somebody have this problem? A solution for it?  trouble with mobile permission?

Thanks!!!

 

index.html

        function doAJAX() {
            $.ajax({
                type:'GET',
                url:'http://time.jsontest.com/',
                success: function (data) {
                    alert(JSON.stringify(data))
                }
            });
        }

0 Kudos
1 Reply
Rakshith_K_Intel
Employee
456 Views

Whats the type of  device and version that is failing? There are some known issues with AJAX on Android 5.0 devices that we are working on fixing, 

0 Kudos
Reply