jquery-mobile loaded into an android WebView

前端 未结 3 1852
执笔经年
执笔经年 2021-02-06 19:29

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

3条回答
  •  生来不讨喜
    2021-02-06 19:37

    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

提交回复
热议问题