-
Notifications
You must be signed in to change notification settings - Fork 105
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
Map not rendered #44
Comments
Could you try add Task.Delay(1000) in some locations. Just to be sure if it help. Not to use as main solution. Also could you post a bit more code to help reproduce issue |
Thanks, It does not help, but if I remove the "fade" effect from the modal, it seems to works ! |
Sooo it mean no problem then? |
Indeed, playing with AfterRenderAsync made the trick, thanks ;-) |
Hi,
I have a special case... sorry ;-)
I show a bootstrap modal, this one contains the Google map component.
Just after the modal is shown, I have 2 possibles actions:
Case (1), everything goes fine.
Case (2), the map is not always rendered, sometimes 50% of the map is visible only!
Also, it does not zoom around the direction path.
But, noticed that if I force a redraw of the directions (see on the picture, I have a button), it works perfectly then :-P
Do you have any idea of the issue? ( I don't ) :-P
Thx
The text was updated successfully, but these errors were encountered: