You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visit Fullscreen example on iOS device, I am using iPad
Click the fullsceen button on the map
Expected Behavior
If fullscreen JavaScript API is not supported on current device, the button should not be added to the map instance, like the GeolocateControl currently does.
Actual Behavior
The button is appearing but do nothing.
The text was updated successfully, but these errors were encountered:
* do not display fullscreen control on unsupported devices #4786
* move className into class property #4838
* check for fullscreen support with fullscreenEnabled #4838
* remove extra mozFullScreenEnabled check #4838
* check that Fullscreen control gets added then fullscreen is enabled #4838
mapbox-gl-js version: 0.37.0
Steps to Trigger Behavior
Expected Behavior
If fullscreen JavaScript API is not supported on current device, the button should not be added to the map instance, like the GeolocateControl currently does.
Actual Behavior
The button is appearing but do nothing.
The text was updated successfully, but these errors were encountered: