sub-store-org / Sub-Store-Front-End

Sub-Store Progressive Web App
https://sub.store
GNU General Public License v3.0
92 stars 78 forks source link

fix: adjust bottom safe area on legacy devices #85

Closed Sestea closed 10 months ago

Sestea commented 10 months ago

When opening the sub-store in PWA mode on a legacy device (such as iPhone SE 2020), unnecessary blank space will appear at the bottom. This should be designed for full-screen devices, but it is inconsistent when it appears on non-full-screen devices as shown below:

IMG_0625

Unexpected padding space may appear at the bottom of the screen.


In this pull request I fixed the issue and now it should work fine as shown below:

IMG_0624

Please the admin of this repository check this pull request, thanks.