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 I...
- Jan 04, 2025
I discovered the cause. In manifest.json the "display" property must be set to "browser". I had it set to "standalone"
Axium7
Jan 04, 2025Copper Contributor
I discovered the cause. In manifest.json the "display" property must be set to "browser". I had it set to "standalone"