WebView in TableViewRow doesn't wants to reload when focus (and fail)

You must Login before you can answer or comment on any questions.

Hello, first I have two tabs. In the first one, i can call a window which contains a TableView, and one of the rows is a webView with data in a string ( var data = '<html>Test</html>'; ). But if I scroll down too much, that row becoming unvisible, when I scroll up to see it again, the webView displays an error ( the requested file was not found) OR if I change tab and get back to the first, same problem.

How to stop the blur/focus event in it ? The webview is an audio player so it's important to don't reload it.

Tank you.

(Tested on android)

1 Answer

Did you ever solve this issue? I'm having the same problem, except I'm using a webview to show an ad.

Your Answer

Think you can help? Login to answer this question!