<View style={{flex: 1}}>
<MasterNav/> <--- that's a scrollview with login boxes
<KeyboardSpacer/>
</View>
When the keyboard is dismissed, if the scrollview is at the very bottom, the scrollview resizes, but doesn't scroll back - the bottom of it's content is where the top of the keyboard is, as soon as you drag it a little bit, it corrects itself.
I presume scrollview has a special case for being at the bottom maybe, if so can it be triggered to do a refresh?
After dismissing:
using this type of layout:-
When the keyboard is dismissed, if the scrollview is at the very bottom, the scrollview resizes, but doesn't scroll back - the bottom of it's content is where the top of the keyboard is, as soon as you drag it a little bit, it corrects itself.
I presume scrollview has a special case for being at the bottom maybe, if so can it be triggered to do a refresh? After dismissing: