Hello,
Sometimes, for some pages I receive strange issue.
It happens sometimes, so I can't normally trace why it happened, so maybe you can give me advice what to do and to catch the exception.
I have huge Javascript code setup in webView.JSInitCode, not sure if it influences the issue, I can't remove it to check without it.
QueueScriptCall return ScriptCall, I wait for the executing scriptCall.WaitOne with timeout 1 minute.
ScriptCall has no Exception, isAborted = false, isDone = false.
Please check the screenshot:
http://prntscr.com/tyuug3I try after this unsuccessful JavaScript call to do anything with WebView and it stucks in executing inside the function.
For example, never received return from this:
Code: C#
var pageSize = SelectedBrowserView.GetContentAreaSize();
I understand that not much information to help with this issue. But hope you can give some advice how to catch the issue or fix it.