This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
When the PWA application is opened for the second and subsequent times rendering in IOS(15.6.1) the map is offset in display.
The problem is starting only in IOS (Iphone 10/11/12)
In order for the map to display correctly, you need to turn the smartphone horizontally, the map is re-rendered to the new screen resolution, then return the smartphone vertically. Then the map is re-rendered correctly
Configuration
"react-map-gl": "^7.0.11",
"mapbox-gl": "^2.8.2",
iOS/macOS versions: IOS(15.6.1)
Device/simulator models: Iphone 10/11/12

