We have https://blazor-demo.github.io. We should also have a live version of Flight Finder
@danroth27 Hello
I published Flight Finder sample here: http://blazor-flight-finder.azurewebsites.net/
The app crashes with "A problem repeatedly occurred on "http://blazor-flight-finder.azurewebsites.net"" on iOS 11.3. I have no clue why. The other sample runs without problems.
@humbersoft Not only on iOS, same issue on a Mac Book Pro using Safari.
Safari Version: Version 11.1 (13605.1.33.1.2)
Google Chrome works though, could be a Safari related issue.
The app crashes with "A problem repeatedly occurred on "http://blazor-flight-finder.azurewebsites.net"" on iOS 11.3.
@SteveSandersonMS ?
Interesting. I suspect this might be to do with the build flags we're using for Mono but will have to investigate.
The app doesn't load on IE 11 (Windows 10).
When opening console, I have the following error:
SCRIPT5009: "Promise" is undefined, on UriHelper.ts (89,2)
I know IE 11 doesn't support WebAssembly, but shouldn't it use asm.js to transpile it ? Isn't Blazor supposed working on it or am I mistaking ?
The app doesn't load on IE 11 (Windows 10).
Currently that's expected. We do fall back to asm.js for browsers that don't support webassembly but there are still some additional polyfills that we need to add to get Blazor to work in IE11.
Moving this to Blazor.Docs: https://github.com/aspnet/Blazor.Docs/issues/56#issuecomment-384782446
Most helpful comment
@SteveSandersonMS ?