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
Not sure if I am doing anything wrong, but there is a padding space of proportional size to toolbarHeight when the keyboard is up. This happens to be inside the Widget Column inside MobileToolbarV2
How to Reproduce
Follow the MobileToolbarV2 example and try on a mobile phone. When the keyboard is up, a large padding area shows at the bottom inside MobileToolbarV2
Expected Behavior
The extra space is not necessary
Operating System
Android
AppFlowy Editor Version(s)
4.0.0
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
@LucasXu0 - I think the ValueListenableBuilder on Keyboard being shown is not needed on MobileToolbarV2 as per in the screenshot, the toolbar is alwalys on top of the keyboard, or at least it can be managed by the rest of the app.
Bug Description
Not sure if I am doing anything wrong, but there is a padding space of proportional size to
toolbarHeight
when the keyboard is up. This happens to be inside the Widget Column inside MobileToolbarV2How to Reproduce
Follow the MobileToolbarV2 example and try on a mobile phone. When the keyboard is up, a large padding area shows at the bottom inside MobileToolbarV2
Expected Behavior
The extra space is not necessary
Operating System
Android
AppFlowy Editor Version(s)
4.0.0
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: