I was working with android application. I have found an issue in webview component of android. Html is being rendered in web view easily for older versions of android. But in case of android 4.2.2, i have found that it is rendering blank screen in web view.
I have not dig into the issue alot. But i could solve the issue using adding one property in menifest file of my application.
android:hardwareAccelerated="false"
This line disables hardware acceleration...
Monday, 26 August 2013
Subscribe to:
Posts (Atom)