Leaflet / Leaflet.fullscreen

A fullscreen control for Leaflet
http://leaflet.github.io/Leaflet.fullscreen/
ISC License
436 stars 117 forks source link

No response on Apple devices #42

Closed geospatialem closed 8 years ago

geospatialem commented 8 years ago

The Leaflet.fullscreen works as-expected on Windows and Android devices, however it does not work on Apple devices (iPad and iPhone) across multiple browsers (e.g. Safari and Chrome).

However, using developer tools in emulation mode the button works as-expected.

Anyone else encounter this as well, or know why this may be happening?

jfirebaugh commented 8 years ago

No one else has reported this issue; I assume it is something specific to your page. If you are still encountering it, please provide a minimal self-contained example that demonstrates the issue.

GWillmann commented 5 years ago

For future reference, make sure you checkout what fullscreen actually does on iPhone devices by visiting https://leaflet.github.io/Leaflet.fullscreen/ with your iPhone.

You will see that fullscreen mode only stretches the map to the edges of the webpage without hiding the status bar the tab bar etc...