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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -