I have a problem with webview in many newer devices that doesn't display webview content! they display a white blank screen!
According to android doc url above, i should disable hardware acceleration, i want it done in activity level and in view level (i try in manifest file, it worked for the first activity, others no).
According to android doc url above, i should disable hardware acceleration, i want it done in activity level and in view level (i try in manifest file, it worked for the first activity, others no).
So learn how the manifest editor works and set the hardwareAccelerated attribute to false for other activties where required.
What have you added to the manifest editor so far?