CrossGeeks / KeyboardAdjustmentSample

MIT License
26 stars 7 forks source link

Issue with custom dynamic editor on iOS #2

Open agnihotritanisha opened 2 years ago

agnihotritanisha commented 2 years ago

In case of Android this is not creating a problem as when we keyboard up it automatically takes the cursor on the top of editor so our text is visible. But in the case of IPhone the cursor reaches bottom of editor when keyboard is up so we are unable to see our text. In order to see our text when keyboard is up we are scrolling but the scrolls are not working in case of Ios. And can you please suggest us something so that our cursor reaches the top of editor in ios also and our text becomes visible in case of Ios just like android. I am using xamarin.forms V5.0.0.2012 and xamarin.essential V1.6.1 . When editor area is small scrollview is not working inside editor in ios but it works fine in android . I have changed the version of xamarin.forms and xamarin.essential to latest but still I am having this issue in ios .