Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8869829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:34:28+00:00 2026-06-14T17:34:28+00:00

I develop phonegap app for symbian (cordova for symbian I’m get from here )

  • 0

I develop phonegap app for symbian (cordova for symbian I’m get from here)

After 3-5 seconds when my app begin execute ajax request, I get error:

enter image description here

Maybe someone faced with this issue?


Update1:

I make cross-domain ajax request with jquery mobile 1.8.1

$.ajax({
    type: 'GET',
    url: "http://example.org/some/path",
    dataType: "json",
    mimeType: "application/json",
    headers: { "TOKEN": "%SOME_TOKEN%" }

 }).done(function (data) {
     // success processing
 }).fail(function (xhr, textStatus) {
     // fail processing
 });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T17:34:29+00:00Added an answer on June 14, 2026 at 5:34 pm

    It could be as simple as the fact that you’re missing " from the url line of your AJAX creation, but I suspect it isn’t. I’m guessing that’s a copying typo. This error message means your getting an uncaught exception which is bringing your app down.

    Other people have reported JQuery for mobile being buggy, and having problems with certain HTTP Response statuses. I suggest bypassing it altogether, and making your own AJAX request, as a workaround (plenty of examples on the internet; I would alert the response status just so you can see what you’re getting).. If that works, you can investigate whether other version of JQuery suffer from the same bugs.

    Example AJAX without JQuery:

    <script type="text/javascript">
    var xmlhttp = new XMLHttpRequest();
    
    xmlhttp.onreadystatechange = function()
    {
      if (xmlhttp.readyState == 4)
      {
        // do stuff with xmlhttp.responseText;
      }
    }
    xmlhttp.open("GET","ajax_info.txt",true);
    xmlhttp.send();
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're using Phonegap to develop our mobile app, and we borrowed code from here
I've to develop a simple Android app using the Cordova API(PhoneGap) and it requires
I develop an app for Android with Sencha Touch and Phonegap (cordova-2.0.0). I have
im develop app with phonegap and create index.html -> html5 and of course use
I'm using PhoneGap to develop a Windows Phone 7 app. I'm trying to call
Yesterday I started to develop with Phonegap. I downloaded phonegap and xCode 4.3 from
Is it possible to make a PhoneGap native app from a Wordpress mobile blog?
I develop an app using PhoneGap. I got a service which is in background
I am planning to use phonegap to develop an app. My requirement is to
I am using phonegap to develop one of my iPhone app. In the index.html

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.