问题
I am trying the load a URL in the webview. The page doesnt contain any Flash content. The page contains normal text, buttons. The problem when I try to load the URL is, The UI and UX everything is distorted and looking very ugly. User cant see the page in appropriate format. Any Help greatly appreciated.
回答1:
Finally, the issue is resolved, by removing the following attributes in manifest of the application.
android:allowBackup="false"
android:debuggable="true"
android:hardwareAccelerated="true"
But I don't know why these are causing issue.
来源:https://stackoverflow.com/questions/20244867/webview-not-loading-the-url-in-google-tv