Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top