Below is my Entry control code.
<Entry
x:Name = "noteBody"
Text = "{Binding BodyPlain}"
HeightRequest = "300"
BackgroundColor="#FFFF86"
></Entry>
Cursor is starting from middle rather than usual position, also unable to make it as Multiline, added texts are considered as single line and enter key is not working inside entry area.
Added screenshot below.