After implementing a WebView
with one line of code everything is working fine:
<WebView HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
BackgroundColor="Red"
x:Name="wbview"
Source="www.google.de"/>
If I change the Source
to https://my.source.com:1234/
it's not getting displayed on Android, but on iOS, the website is displayed correctly.
What am I missing? Is it some design failures in my styles.xaml
?
Change Url to my Url => working on ios not android