When I updated to Xamarin.Forms 1.5.1.6471 I noticed that whenever I put focus on an Editor that is within a scrollview the Editor control will very slowly crawl into position above the keyboard as opposed to quickly scrolling into position.
What the hell is going on?!
<ContentPage.Content>
<ScrollView>
<Editor VerticalOptions="EndAndExpand" BackgroundColor="Aqua" x:Name="MessageEditor" HeightRequest="50" WidthRequest="340" HorizontalOptions="CenterAndExpand" />
</ScrollView>
</ContentPage.Content>
As an FYI-- I did testing with entry controls and I see no issues.``