When the keyboard opens it covers any elements at the end of a CollectionView. This means if you have Entrys or Editors in a CollectionView you can not see what you are typing when at the end of the CollectionView.
The CollectionView should scroll up to show where you are typing (as it does on Android).
The keyboard covers the input on the CollectionView so you can not see what you are typing.
Test Keyboard hiding collection view.zip
You can put the CollectionView in a ScrollView, however it wont auto-scroll up to focus the input. When the keyboard opens and you have to scroll up manually. I am unsure of any adverse effects of having nested scroll controls.
Could be the same as https://github.com/xamarin/Xamarin.Forms/issues/9706
Any chance of this getting prioritized? We are receiving lots of complaints from our customers for this exact same problem.
Any chance of this getting prioritized? We are receiving lots of complaints from our customers for this exact same problem.
Last time I spoke to Xamarin support they suggested it was best to change to a ListView instead for live environments to give the CollectionView a little more time in the oven!
@lobbo232 Did you ever figure out a workaround for this?
Most helpful comment
Any chance of this getting prioritized? We are receiving lots of complaints from our customers for this exact same problem.