'White screen WebView Xamarin.Forms

I'm using Xamarin for my application After I start the application I get a white screen, how can I solve the problem

        <StackLayout>
             <WebView Source="https://www.radio.md/" x:Name="Browser" VerticalOptions="FillAndExpand" HeightRequest="600"></WebView>
        </StackLayout>
   


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source