Skip to content
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

full screen control get removed on map reload #122

Open
patanges opened this issue Mar 28, 2023 · 0 comments
Open

full screen control get removed on map reload #122

patanges opened this issue Mar 28, 2023 · 0 comments

Comments

@patanges
Copy link

I am using vaddin 23.3.4 leaflet map(leaflet version 0.5.0). I observed that when map page reloads the full screen control gets removed from map element. Also sometimes the full screen control is visible but without icon i.e. blank button is displayed. Also trying to add the control in onAttach(), but its giving same issue.

Reference Code:

FullScreenControl fullScreenControl = new FullScreenControl();
this.map.addControl(fullScreenControl);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant