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 8452127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:25:20+00:00 2026-06-10T11:25:20+00:00

Building an app using Phonegap and jquery on Android using this code to request

  • 0

Building an app using Phonegap and jquery on Android using this code to request xml data:

$.ajax({
    url: 'test.xml',
    type: 'GET',
    success: function(xml) {
        //Retrieve user token
        var token = $(xml).find('token').text(); // Store token for subsequent requests
        alert("Token is " + token);
    },
    error: function(xhr) {
        alert("Error");
        xml = xhr.responseXML;
        $(xml).find('error').each(function() {
            alert($(this).find('message').text());
        });
    }
});

I’ll ultimately be making a REST request to an api, but checking this way with a static file to try and figure out the issue.

This works fine on a handset using Android 2.3.4 when requesting the file from both a local and remote location. An error occurs when making the remote (ie. cross origin) request on a newer device using Android 3.2.1.

Is this because of a tighter security policy in the more recent browser? If so, and suggestions how I can address this?

Thanks guys.

  • 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-10T11:25:21+00:00Added an answer on June 10, 2026 at 11:25 am

    Look for this solution that i posted earlier, it had worked for me. you can give it a try.

    Solution

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building an hybrid Android App using Phonegap/Apache Cordova. My app should get data
I am building a mobile app using jquery mobile and phonegap for both android
I am building an Android app using phoneGap and I have successfully added the
I am building a Android HTML5 App using phonegap - Is it possible to
I am building an app using Phonegap and JQuery. The app stores ( using
I am building an iPhone app using jQuery Mobile, jQuery 1.7.2, and PhoneGap trying
Currently I am building an app using phonegap for the Android and iOS systems.
I'm building my first mobile app using PhoneGap and jQuery Mobile, and I've run
I am building an app using Phonegap and jQuery mobile... On my index.html page,
I'm building a simple content app using PhoneGap + jquery mobile. My AdMob banner

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.