You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
After InfinityUi enabled, the MediaQueryData.viewInsets does not update any more, you will always got a zero padding, does this should be considered as a bug?
and unfortunately, InfinityUi.navigationBarHeight does not update any more too, unless you call InfinityUi.disable() and then call InfinityUi.enable() again.
So, if InfinityUi enabled, then once keyboard appears, keyboard will cover a part of UI, if value of InfinityUi.navigationBarHeight can keep updates, then we can rebuild widgets to fix this problem.