문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top