Closed malua closed 9 months ago
I experience the same issue on Android 11 on a Nokia 8.1. There is a bottom inset, even though the app view stops before the safe area:
Try await SafeArea.setImmersiveNavigationBar();
. That fixed the problem for us!
Try
await SafeArea.setImmersiveNavigationBar();
. That fixed the problem for us!
Amazing, thanks a lot for your fast response! 🚀 That worked as well for me. Many thanks!
Hey there,
thanks for the plugin!
I recently discovered an issue with Android 12 and bottom navigation bars. In this case the plugin returns e.g. 41 pixel for the bottom inset, although there is no real inset.
Is this something that can be fixed? Or can I detect the navigation bar somehow?
I am thankful for all inputs :)