gneric
gneric

Reputation: 3685

Xamarin WebView showing Blank Page when using Local Network with HTTPS

I have a <WebView Source="https://192.168.5.32:3000/"/>

showing a React app with these URLS

You can now view my-app in the browser.

Local:            https://localhost:3000/
On Your Network:  https://192.168.5.32:3000/

It needs to be HTTPS.

The problem is that if it's HTTPS url from the local network when I debug using Xamarin Live Player the app shows only blank page. If I try with HTTP on local network or any other site with HTTPS it works.

What could be the problem ?

Upvotes: 0

Views: 1350

Answers (0)

Related Questions