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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:42:15+00:00 2026-06-04T16:42:15+00:00

When I run my Cordova app in the simulator, it loads alright (albeit extremely

  • 0

When I run my Cordova app in the simulator, it loads alright (albeit extremely slowly, which is apparently a common complaint). I’m using jQuery Mobile, and owing to certain problems I have with JQM’s form methods and also to conflicts between JQM and Google Maps, my app is structured such that certain pages cause a whole DOM reload rather than the AJAX transition JQM normally induces. The app is taken to a separate html file entirely.

This works fine in iOS, but when I run it in the Android Emulator, I get “Application Error: A network error occurred. (file:///android_asset/www/nameOfPageIWasGoingTo.html?parameter1=34¶meter2=true)”

Cordova is re-included on each of these pages, and I placed the line

super.setIntegerProperty("loadUrlTimeoutValue", 60000);

in my main .java file so that now the onCreate thing looks like:

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.setIntegerProperty("loadUrlTimeoutValue", 60000);
super.loadUrl("file:///android_asset/www/index.html");
}

Nevertheless, I have this error. Can anyone explain?

  • 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-04T16:42:17+00:00Added an answer on June 4, 2026 at 4:42 pm

    There is a bug in Android where the WebView fails to load pages if you try to pass parameters in the URL. Android is treating “nameOfPageIWasGoingTo.html?parameter1=34¶meter2=true” as a file name when it should load “nameOfPageIWasGoingTo.html” and pass the parameters along to the page. In the meantime you should use localStorage.setItem/getItem to pass parameters between pages.

    In the mean time you should go star these issues:

    https://code.google.com/p/android/issues/detail?id=17535

    https://code.google.com/p/android/issues/detail?id=17327

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

Sidebar

Related Questions

I run the following Gert's extract command to the data dump file which format
I run into a problem using session in .php file i attached in jumi
I run my sites all on InnoDB tables which is working really well so
I run my app and then fetched my data. Data is ok. When I
I run this code using both gpp and microsoft compiler but in both case
I run some validation on my form when a checkbox is clicked, which works
I run a search using google.maps.places.PlacesService(map) and then I place markers on the map
I run this code: graphic.addAnimation("standart",new int[] {0,1},1.0,true); which calls the graphic.addAnimation(String,int[],float,boolean) Method: public void
I run a script which calls another script through a ssh connection. My script
I run through millions of records and sometimes I have to debug using Console.WriteLine

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.