Nikolas Kypri
Nikolas Kypri

Reputation: 89

Blazor Server-side app Android and IOS mode

I am building a Server-side Blazor web application on localhost for now.

I want to test my web app on android and IOS devices but I cannot seem to find the solution.

I have tried connecting to the same network via wifi and have my IP address with :port but doesn't work.

Upvotes: 0

Views: 491

Answers (1)

CF5
CF5

Reputation: 1173

You could give ngrok a go, this would allow you to map your localhost and port to a public web address.

There are a bunch of details here:

https://ngrok.com/

Upvotes: 1

Related Questions