[Blazor:Server side] iOS WebClip hangs after server restart. #13001
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Description
When a Blazor Server-Side app is deployed it is possible to add the Website as a Homescreen shortcut on iOS. This can be achieved by the following steps: add website as App Icon on iOS. The website can then be started as an App. However, if you're supporting fullscreen by adding the following line of code to the
_host.cshtml
head:The browser navigation bar and refresh capabilities are gone. Thus you cannot refresh the app:
Full Screen Blazor Server Side App:
Full Screen Blazor Server Side App when the connection to the circuit is lost:
It's rather impossible to refresh the App.

To Reproduce
Steps to reproduce the behavior:
head
of the_host.cshtml
page<meta name="apple-mobile-web-app-capable" content="yes">
to theExpected behavior
Add a possibility to refresh the app on a circuit connection loss.
The text was updated successfully, but these errors were encountered: