In my app I want to create a list of video I have published on YouTube. I saw the common answer is to use a WebView. Then, I created the following code: 复制 <WebView Source="{Binding VideoUrl}" HorizontalOptions="Fill" VerticalOptions="Fill" IsVisible="{Binding ShowVideo}" /> ...