I tried to add a native view in a xamarin forms xaml file. I have downloaded the example code from this page: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/native-views/xaml Everything works file for Android and UWP. But for IOS, it can't display the native view, just a blank view. I tried every example I can find on that page , turning out to the same result. I'm using the latest version of VS 2017 and Xamarin. Thanks for any suggestion.
0
votes
1 Answers
0
votes
This issue was caused by using Xamarin.forms 3.0.0, and a service release will be available for this soon.
Refer to here.