You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespace should not be AsyncWebView if the async webview control name's is also AsyncWebView, because it's causing confusion with the compiler (it thinks that we're using the namespace instead of the class).
Expected Behavior
The namespace should not be
AsyncWebView
if the async webview control name's is alsoAsyncWebView
, because it's causing confusion with the compiler (it thinks that we're using the namespace instead of the class).Actual Behavior
Sample screenshot with compiler
Full code
Steps to Reproduce the Problem
Example: AsyncWebViewSample.zip
Specifications
The text was updated successfully, but these errors were encountered: