Daddoon / BlazorMobile

Create full C# driven hybrid-apps for iOS, Android, UWP & Desktop with Blazor!
MIT License
413 stars 55 forks source link

change AddContent to AddMarkupContent (fix for "Uncaught SyntaxError: Unexpected token '&'") #192

Closed vortex852456 closed 4 years ago

vortex852456 commented 4 years ago

I wasn't able to test this, because the build fails (how to build the solution?).

But it should fix the error which appears in the browser console when running BlazorMobile.Sample.Blazor.Server as startup project.

Daddoon commented 4 years ago

Thanks for the PR !

Indeed i just tested your fix, and it now load without the error in the console. I will merge this on dev branch, as i will merge all this into master when i will release a new version.

Is this issue blocking for you otherwise ?

vortex852456 commented 4 years ago

Thanks for merging!

I'm blocked by this: https://github.com/Daddoon/BlazorMobile/issues/182#issuecomment-605679687