Android webview loadData -
i try load html page android webview using loaddata function. issue first time scroll down view, seems loading html code. possible load html site before showing webview? otherwise, first time view goes down , blink lot. i'm getting webview through fragmentmanager in advance.
try disable hardware accelerator on activity:
android:hardwareaccelerated="false"
Comments
Post a Comment