Safari is returning 0 for --safe-area-inset-bottom when I use getComptutedStyle method on Iphones running on ios +15 both on portrait and landscape mode when the toolbar is hidden.
I can guess that it's desired when the address bar is on the bottom and is hidden, however, is it supposed to return 0 when the address bar is set to be on the top (like on the ios versions -15) and the toolbar is hidden? Is it intended or an overlook from Safari?
Comparison between versions:
Safari ios14 hidden top toolbar portrait --safe-area-inset-bottom : 34,
Safari ios14 hidden top toolbar landscape --safe-area-inset-bottom: 21
Safari ios 15+ hidden top toolbar portrait --safe-area-inset-bottom : 0,
Safari ios 15+ hidden top toolbar landscape --safe-area-inset-bottom: 0