Links sometimes not working in WebView

前端 未结 2 1871
青春惊慌失措
青春惊慌失措 2021-01-26 15:52

On occasion links in the WebView will not respond. The highlight press color will appear around them but nothing happens. I am also using WebViewClient\'s shouldOverrideUrlLoa

2条回答
  •  一整个雨季
    2021-01-26 16:13

    This seems like a ridiculous work around but I guess it works. The first time the WebView loads, if you load a blank dummy html file like

    
    
    
    
    
    
    
    
    

    before you load anything else, it appears to fix the problem. It also looks like the dummy file has to load completely first, not just start loading.

提交回复
热议问题