Skip to content

Commit

Permalink
Add note about fullscreen compatibility with mobile safari (#10480)
Browse files Browse the repository at this point in the history
* add note about fullscreen compatibility with mobile safari

* Update src/ui/control/fullscreen_control.js

Co-authored-by: Asheem Mamoowala <asheem.mamoowala@mapbox.com>

Co-authored-by: Asheem Mamoowala <asheem.mamoowala@mapbox.com>
  • Loading branch information
danswick and Asheem Mamoowala authored Mar 24, 2021
1 parent 01cd6f3 commit 119b3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/control/fullscreen_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Options = {
};

/**
* A `FullscreenControl` control contains a button for toggling the map in and out of fullscreen mode.
* A `FullscreenControl` control contains a button for toggling the map in and out of fullscreen mode. See the `requestFullScreen` [compatibility table](https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullScreen#browser_compatibility) for supported browsers.
* Add this control to a map using {@link Map#addControl}.
*
* @implements {IControl}
Expand Down

0 comments on commit 119b3df

Please sign in to comment.