Hey all,
Wondering if anybody else is experiencing this issue, I'm experiencing it on iOS––haven't tested Android yet). I'm using the MasterDetail structure for my Xamarin.Forms project. The "Master" ListPage contains more items than can fit on the viewable screen. That is, the user needs to scroll the ListPage down to see the final items of the ListPage. Upon first launch the behavior works as expected and the user can reach the bottom of the list.
However, when I select an entry (in a "Detail" page) the keyboard appears on screen and when it is dismissed, the left "Master" ListPage will not scroll to the final items. I can hold and scroll down but when I release my finger it will return to the top of the list––hiding the final items. I will be testing more over the next few days but perhaps someone else has encountered this issue.
Thanks ahead of time.