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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:38:35+00:00 2026-05-24T00:38:35+00:00

I’ve not been able to get a webpage decorated by jquerymobile to load into

  • 0

I’ve not been able to get a webpage decorated by jquerymobile to load into an Android WebView.

Consider the jquery mobile demo site: http://jquerymobile.com/demos/1.0a4.1/

final WebView browser; 

browser = (WebView) findViewById(R.id.browser_webview);
final WebSettings settings = browser.getSettings();
settings.setJavaScriptEnabled(true);
settings.setAllowFileAccess(true);
settings.setBuiltInZoomControls(false);
settings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.SINGLE_COLUMN);
browser.loadUrl("http://jquerymobile.com/demos/1.0a4.1/);

Deployed to an android device (nexus one) this just crashes.
Deployed to an emulator logs report

INFO/HttpClientHelper(349): dispatch to 'http://jquerymobile.com/demos/1.0a4.1/'
INFO/ActivityManager(51): Displayed activity com.xxx.android/.presentation.activities.SomeActivity: 4194 ms (total 4194 ms)
DEBUG/dalvikvm(349): GC freed 3005 objects / 220168 bytes in 76ms

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'generic/sdk/generic/:2.1-update1/ECLAIR/35983:eng/test-keys'
pid: 349, tid: 361  >>> com.retrieve.android <<<
signal 11 (SIGSEGV), fault addr 00000004
r0 004bf6f1  r1 00000014  r2 00000001  r3 004bf63c
r4 00000004  r5 004bf700  r6 00000000  r7 00000000
r8 4517ecf8  r9 426bdf1c  10 00000354  fp 426bdf18
ip ad080090  sp 4517d784  lr aa17a2c7  pc aa17e966  cpsr 00000030
#00  pc 0017e966  /system/lib/libwebcore.so
#01  lr aa17a2c7  /system/lib/libwebcore.so
code around pc:
aa17e954 e69eda00 f7ffa813 6f22fb91 b0216ea6
aa17e964 59a00094 1c27bdf0 683b378c 22019903
aa17e974 18471ad0 971b2000 2f00901a da009708
code around lr:
aa17a2b4 28004798 1c28d00f fad0f7c4 f0041c28
aa17a2c4 9b05f9b1 181f9903 29009705 1c28d00d
aa17a2d4 fc68f003 6828e009 680230ac 47901c28
stack:
4517d744  004bf7a0  [heap]
4517d748  0034a368  [heap]
4517d74c  aa17d36b  /system/lib/libwebcore.so
4517d750  00000000
4517d754  00000000
4517d758  004bf700  [heap]
4517d75c  004bf7a0  [heap]
4517d760  004bf700  [heap]
4517d764  00000000
4517d768  aa17cda5  /system/lib/libwebcore.so
4517d76c  aa17f2f9  /system/lib/libwebcore.so
4517d770  00000000
4517d774  00000000
4517d778  df002777
4517d77c  e3a070ad
4517d780  004bf63c  [heap]
#00 4517d784  004bf63c  [heap]
4517d788  004bf700  [heap]
4517d78c  00000000
4517d790  00000000
4517d794  aa17a2c7  /system/lib/libwebcore.so
4517d798  0030eb60  [heap]
4517d79c  00000000
4517d7a0  0034a368  [heap]
4517d7a4  00000000
4517d7a8  00000000
4517d7ac  00000000
4517d7b0  0030eb60  [heap]
4517d7b4  4517d898
4517d7b8  00000000
4517d7bc  004bf63c  [heap]
4517d7c0  00000000
4517d7c4  00000003
4517d7c8  0000024e

DEBUG/Zygote(29): Process 349 terminated by signal (11)
INFO/WindowManager(51): WIN DEATH: Window{43d2e3a8 com.xxx.android/com.xxx.android.presentation.activities.SActivity paused=false}
  • 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-05-24T00:38:36+00:00Added an answer on May 24, 2026 at 12:38 am

    Most all my issues went away by replacing jquery-1.5.2.min.js with jquery-1.5.2.js.

    The rest of my issues were resolved by replacing relative paths to link and script resources with absolute paths.

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,
I am currently running into a problem where an element is coming back from
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I need a function that will clean a strings' special characters. I do NOT
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti

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.