AlwaysLoveme / capacitor-plugin-safe-area

capacitor plugin to get safeArea info on Android and IOS, support Capacitor6
MIT License
66 stars 14 forks source link

Android safe area bottom doesn't work properly #16

Closed LeGeek01 closed 1 year ago

LeGeek01 commented 1 year ago

With capacitor v5 and android 13 (with buttons on nav bar enabled), the bottom safe aera is bigger than excepted. Elements fixed at bottom display in the system nav bar, and unable to be clicked

blunt1337 commented 1 year ago

I had the same problem, check if my PR fixes it for you too https://github.com/AlwaysLoveme/capacitor-plugin-safe-area/pull/17 (you can try it with "capacitor-plugin-safe-area": "https://github.com/blunt1337/capacitor-plugin-safe-area/archive/6daadd0bf380469e28276e112c5d803be4625247.tar.gz" in the package.json)

AlwaysLoveme commented 1 year ago

I had the same problem, check if my PR fixes it for you too #17 (you can try it with "capacitor-plugin-safe-area": "https://github.com/blunt1337/capacitor-plugin-safe-area/archive/6daadd0bf380469e28276e112c5d803be4625247.tar.gz" in the package.json)

merged in version 2.0.4

LeGeek01 commented 1 year ago

version 2.0.4 fixed the issue