You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pretty much breaks Blazor on iOS Safari 15.5. Any styles defined by Blazor are removed on first render.
On a blank Blazor Server project add the <style> tag and code tag to MainLayout.razor as seen below. Only after adding the javascript reference to _Layout.cshtml you'll see the background is no longer red on iOS Safari 15.5.
When I inspect the device remotely, I can see the root variables are removed. Sometimes you can see a slight flicker of red before the library kicks in.
This pretty much breaks Blazor on iOS Safari 15.5. Any styles defined by Blazor are removed on first render.
On a blank Blazor Server project add the <style> tag and code tag to MainLayout.razor as seen below. Only after adding the javascript reference to _Layout.cshtml you'll see the background is no longer red on iOS Safari 15.5.
When I inspect the device remotely, I can see the root variables are removed. Sometimes you can see a slight flicker of red before the library kicks in.
The text was updated successfully, but these errors were encountered: