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
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.
Why not check out the phonegap source file for the DroidGap class responsible for loading its Android web view? Many people are routinely using jquery mobile, among other frameworks, with phonegap on android. I'm sure you'll find what you're looking for in there:
https://github.com/sintaxi/phonegap/blob/master/android/framework/src/com/phonegap/DroidGap.java
To see an example of PhoneGap loading the jQuery Mobile demo site, check out http://www.mobiledevelopersolutions.com/home/start/included-demo-apps