Replies: 1 comment 1 reply
-
Thanks for the details. Can you attach a sample project to the issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created Uno library for my custom controls.
In that library-project I realized empty custom control:
After that I created Generic.xaml:
I linked Generic.xaml to the App.xaml
I have implemented this element in a simple page:
I can build all projects except WASM.
After that I added mc:Ignorable="d customControls", but I can't see this element on the page.
Beta Was this translation helpful? Give feedback.
All reactions