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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -