Rank: Member Groups: Member
Joined: 2/10/2014 Posts: 17
|
Hello,
We have integrated EO Browser in our application to show html content. We have observed that, at times, WebView is becoming null. This is creating problem to show the HTML content on the window. Currently, we do not have any scenario for this yet.
Any quick response on this is highly appreciated.
|
Rank: Member Groups: Member
Joined: 2/10/2014 Posts: 17
|
Here is the exception we are getting:
System.Exception: This WebView has already been destroyed. at EO.WebBrowser.WebView.s() at EO.WebBrowser.WebView.LoadUrl(String url)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
CSDev wrote:Here is the exception we are getting:
System.Exception: This WebView has already been destroyed. at EO.WebBrowser.WebView.s() at EO.WebBrowser.WebView.LoadUrl(String url)
This is not the root of the problem. The root of the problem is how the WebView became destroyed. If you can reproduce that please let us know and we will investigate further. Thanks!
|