Is is possible to create a custom renderer in Uno? I need to create a native Android view and "embed" it in page or UserControl.
I didn't find any documentation about it.
We need to do the same as this example https://github.com/UNIT-23/Xam-Android-Camera2-Sample
Thank you!
There's is no renderers in Uno: simply add your native control in the XAML and it should work unchanged.
There's a NativeView test in Uno you can check here, which is used here in XAML.
You can even set native properties directly in XAML, but bindings won't work on those.
If you need bindings, you can create a DependencyProperty and use the callback to set the native value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With