NWACus / avy

Mobile-Native Viewing of NAC Avalanche Forecasts
MIT License
10 stars 6 forks source link

set keyboardVerticalOffset for KeyboardAvoidingView #712

Closed beaucollins closed 5 months ago

beaucollins commented 5 months ago

The KeyboardAvoidingView needs to know where on the screen the top boundary starts from to correctly calculate the positioning with the keyboard present.

Before this fix, the "Submit your observation" button cannot be scrolled to.

https://github.com/NWACus/avy/assets/19795/90b2e5ee-e824-46dd-b156-7602cf7dd797

After this fix the whole screen is still scrollable.

https://github.com/NWACus/avy/assets/19795/72f45f09-604d-4d35-9700-ed34e565c5eb

beaucollins commented 5 months ago

Also pulled out of #709

stevekuznetsov commented 5 months ago

Awesome! I just noticed this in the field yesterday.