jquery-mobile loaded into an android WebView

前端 未结 3 1893
执笔经年
执笔经年 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:33

    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.

提交回复
热议问题