-
Notifications
You must be signed in to change notification settings - Fork 13
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
No map shown on Blazor WASM #69
Comments
Hey @SaschaPatschka , would you mind showing the HTML It happened to me that CSS-wise there was no sizing for the HTML container, thus it did not show up, while markup was there. The quick start guide asks some inlined styles to be applied (like width/height), that's my best shot within the volume of info you've supplied. |
I have the same issue. I adapted the code to show
Neither Firefox nor Chrome show any errors, but a warning regarding You can see the line saying |
@mitikov I can't speak for @SaschaPatschka but my Chrome Can you see anything suspicious there? |
The comment from @mitikov is quite helpful. Looking at Layout it seems When adding the following lines at the beginning of the
|
For my the comment from @mitikov was helpful. No i have the following razor markup:
|
The documentation at https://github.com/arnaudleclerc/AzureMapsControl.Components/tree/develop/docs/map currently suggests that the "ready" event is fired by default. This doesn't seem to be the case based on my experience. |
Hy
I have created a new Blazor WASM App, added the css and the Script:
The text was updated successfully, but these errors were encountered: