I have loaded local html structure inside a WebView. When I click on <a>
link to go to another local html file, the webview goes white for some miliseconds and then renders the next page. I have read this Q/A but it is just about then background color. I have no background color but it is visible that there is no element at first and then content is loaded after a few miliseocnds. How can I avoid such effect in my app?
Asked
Active
Viewed 251 times
0

Ali Sheikhpour
- 10,475
- 5
- 41
- 82
-
you can try this https://stackoverflow.com/a/58852123/5491571 don't forget to share feedback – dev.abubakar Nov 25 '19 at 13:56
-
I have tested the above solution but no change @AbubakarCH – Ali Sheikhpour Nov 25 '19 at 14:17