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

FullScreenControl doesn't work inside Vscode #1236

Open
ebiederstadt opened this issue Oct 15, 2024 · 0 comments
Open

FullScreenControl doesn't work inside Vscode #1236

ebiederstadt opened this issue Oct 15, 2024 · 0 comments

Comments

@ebiederstadt
Copy link

Hi there, the FullScreenControl widget doesn't seem to work in vscode. Reproduction steps:

from ipyleaflet import Map, basemaps, basemap_to_tiles, FullScreenControl

m = Map(
    basemap=basemap_to_tiles(basemaps.NASAGIBS.ModisTerraTrueColorCR, "2017-04-08"),
    center=(52.204793, 360.121558),
    zoom=4
)

m.add(FullScreenControl())

m

Run the following in vscode and a Jupyter lab with browser. Observe that the full screen control doesn't work inside vscode, but it does work inside the browser.

Environment:

  • Jupyter lab 4.2.2
  • Browser: Google Chrome
  • ipyleaflet: 0.19.2
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