Leaflet / Leaflet.fullscreen

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

Fullscreen is actually only halfscreen in Chrome #46

Closed boldtrn closed 8 years ago

boldtrn commented 8 years ago

Hi,

I just tested the fullscreen plugin. It works perfectly in FireFox, but using Google Chrome results with this: screen shot 2015-12-27 at 18 02 58

jfirebaugh commented 8 years ago

The demo works fine for me on Chrome 47.0.2526.106. Can you please provide a self-contained example that demonstrates the problem?

boldtrn commented 8 years ago

@jfirebaugh Well the demo works for me as well. I just saw that you updated the CDN (I was using the CDN), this fixed the pseudo fullscreen for me (this is exactly what I needed).

However, the fullscreen still does not work. I tried to reproduce the error, in a self-contained example (like the demo, just with the cdn), worked like the demo. So this is probably an interference with some other lib I use. I am happy with the pseudo fullscreen :+1:.