Forum Discussion

Axium7's avatar
Axium7
Copper Contributor
Dec 31, 2024
Solved

Adding an Icon to the iPhone HomeScreen disables Blazor Server re-connection indefinitely.

When I use my Blazor Server app (.NET 8) with Safari on my iPhone, I am asked to Reconnect to the Server when the connection is lost.  I swipe down and a connection is re-established. If I make an I...
  • Axium7's avatar
    Jan 04, 2025

    I discovered the cause. In manifest.json the "display" property must be set to "browser".  I had it set to "standalone"

Resources