From d5c8b0d569ac4148c664e5e847346e0eef163a10 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Hemmje Date: Fri, 3 Nov 2023 11:55:00 +0100 Subject: [PATCH 1/2] Add note on pseudo fullscreen mode on iOS --- test/examples/fullscreen.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/examples/fullscreen.html b/test/examples/fullscreen.html index 1d28d91370..3362fdb57d 100644 --- a/test/examples/fullscreen.html +++ b/test/examples/fullscreen.html @@ -2,7 +2,7 @@ View a fullscreen map - + @@ -27,4 +27,4 @@ map.addControl(new maplibregl.FullscreenControl()); - \ No newline at end of file + From 48ad1de08a11d7e098d8f887b62d78363d86b52b Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Hemmje Date: Fri, 3 Nov 2023 12:06:35 +0100 Subject: [PATCH 2/2] Updated description of fullscreen example #3311 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a34a224d..27a9611d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### ✨ Features and improvements - Add getLayersOrder() to Map and Style ([#3279](https://github.com/maplibre/maplibre-gl-js/pull/3279)) +- Updated description of `fullscreen` example ([#3311](https://github.com/maplibre/maplibre-gl-js/pull/3311)) - _...Add new stuff here..._ ### 🐞 Bug fixes