Android 4.0 WebView.loadURL oddity

前端 未结 1 841
遥遥无期
遥遥无期 2020-12-12 03:10

I have an Android app which includes an activity called Help This uses a WebView to display the help content in HTML format. Thie activity can be invoked two ways: either pa

相关标签:
1条回答
  • 2020-12-12 03:47

    I updated last week from 2.3.4 to 4.0 on my HTC Sensation. The two apps i wrote had a local HTML-Contact site. On 2.3 it ran fine, now i get a "Webpage not available" site.

    I found another post here on this site with the comment: "Via some discussion with a Google engineer it seems that they've made the decision that the file:// scheme is insecure."

    See here: Android 4.0.1 breaks WebView HTML 5 local storage?

    0 讨论(0)
提交回复
热议问题