I have been researching for 2 days and I haven\'t found a similar problem anywhere on the internet!
From the main activity, I\'m trying to open a new activity contai
meet same problem.
I tried the solutions in link. It failed all the time.
My situation is same to it. There is H5 video in webview,It does well first time and fail then. when It fails,I found some message from log
when I invoke method
mWebView.loadUrl(url)//webview's height is 0px now
//some code change webView's height here
My solutions is set webview height some dp or match_parent default. It works well!