Webview not loading the URL in Google TV

☆樱花仙子☆ 提交于 2019-12-11 08:39:39

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!