Android WebView doesn't load jQuery

前端 未结 8 1567
抹茶落季
抹茶落季 2020-12-14 21:08

I\'m making a webapp and I\'m using jQuery.

I\'ve made a simple android application with a WebView in it, and I load my url: www.mydomain.com

In mydomain.com

8条回答
  •  天命终不由人
    2020-12-14 21:18

    The problem seems to be the location of the jquery.js file. Post some code about how you are setting up the webView. That would give us some hints.

    For an example, look at this: http://techdroid.kbeanie.com/2010/10/android-webview-javascript-and-css.html

提交回复
热议问题