Android WebView don't show html document -
i have html document, i've tested on html editor online website (http://htmledit.squarefree.com), worked fine. however, webview on android don't show document, show text plain. have little experience html, can me?
make sure androidmanifest.xml file includes
<uses-permission android:name="android.permission.internet"/>
just after the
<uses-sdk />
tag. without this, app won't able access internet , therefore webview won't load anything.
hth
Comments
Post a Comment