generated from nventive/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Expected Behavior
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).
Actual Behavior
Sample screenshot with compiler

Full code
using AsyncWebView;
namespace AsyncWebViewSample.Views.Controls
{
public class CustomAsyncWebView : AsyncWebView
{
public void Test()
{
var test1 = new AsyncWebView();
var test2 = new AsyncWebView.AsyncWebView();
}
}
}Steps to Reproduce the Problem
- Create a new uno application template
- Install the latest package of Nventive.AsyncWebView (at the moment 0.2.0-dev.14)
- Try to use it (inheritance for example)
Example: AsyncWebViewSample.zip
Specifications
- Version: 0.2.0-dev.14
- Platform: Tested on UWP, Android, iOS
Metadata
Metadata
Assignees
Labels
No labels