Forum Discussion
Axium7
Dec 31, 2024Copper Contributor
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 Icon on the iPhone Home Screen (mimicking an iPhone app) I am unable to re-establish a Connection. Swiping down to refresh the page does nothing.
Is there a solution for this via Blazor Server?
Thank you
I discovered the cause. In manifest.json the "display" property must be set to "browser". I had it set to "standalone"
1 Reply
- Axium7Copper Contributor
I discovered the cause. In manifest.json the "display" property must be set to "browser". I had it set to "standalone"