Webview not loading html or javascript Android
问题 I am retrieving the whole html and javascript of a page I get from an HttpGet. I can successfully get the Html and the Javascript. When I try and load it into the web view, the web view gives me "Page not available" and shows the html and javascript that was to be loaded in a really weird format with percentages in between the elements. I am positive the html and javascript is being downloaded and in the shape of an Html page. I have also enabled javascript in the web view. What could be