Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top