-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor Client Side : iOS (Preview 6) #15588
Comments
(This is a regression in Safari 13. Safari Version 12.1.1 (14607.2.6.1.1) is not affected.) |
I can't reproduce it with Safari Version 13.0 (15608.1.31.1.2) either |
Can you attach a test can and provide the exact safari version you are seeing problems with? |
Output of
Install a Blazor project template, then create and run an empty project:
Finally, navigate to Safari Technology Preview Release 88 (Safari 13.0, WebKit 14608.1.36) will almost immediately log a console error:
Version 12.1.1 (14607.2.6.1.1) will not. |
For what it's worth one of my coworkers investigated this and found the source of the bug... https://bugs.webkit.org/show_bug.cgi?id=201484. If you want a work around, you can either access WebAssembly.Module/Instance before setting |
Indeed. Simply putting <script>var Module;</script> In your |
That’s probably #15989. |
See mono/mono#15588 (comment). blazorstrap.io currently won't load in preview versions of Safari (which will become non-preview in a few days); this one-liner tries to work around it.
See mono/mono#15588 (comment). blazorstrap.io currently won't load in preview versions of Safari (which will become non-preview in a few days); this one-liner tries to work around it.
I have same issue with iphoneX ios 13. |
There has been a PR submitted to rectify the |
doesn't work |
@smjltd I've found that applying both the |
I am going to close this for now in favor of #16986 as they are related. |
From @smjltd on Wednesday, July 3, 2019 6:31:33 PM
Describe the bug
Unable to browse same Blazor Client Side app on iOS 13.0
To Reproduce
Steps to reproduce the behavior:
Screenshots
Where as working fine on desktop and android
Copied from original issue: dotnet/aspnetcore#11862
The text was updated successfully, but these errors were encountered: