You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Editor will not scroll on Android when inside a ScrollView. This is a critical issue for us because it prevents users from send large texts as they cannot edit them in the app. Users have reportedly uninstalled the app and downloaded a competitor as a result.
@jfversluis, is this the right repo to report Xamarin.Forms issues or is MS no longer addressing community reported bugs? It looks like there was no interaction from the team since Jan 25 ~2 months ago.
I'm sorry @xusan, I've not seen this notification come through.
My workaround was to add an edit button on Android only that overlays the UI with a separate editor almost like a popup (but is just higher up in the Grid hierarchy outside of the scroll). I hope this helps!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Editor will not scroll on Android when inside a ScrollView. This is a critical issue for us because it prevents users from send large texts as they cannot edit them in the app. Users have reportedly uninstalled the app and downloaded a competitor as a result.
Steps to Reproduce
Expected Behavior
That an Editor placed inside a ScrollView on Android scrolls its text inside the component, much like on iOS.
Actual Behavior
An Editor placed inside a ScrollView on Android does not scroll its text inside the component, much like on iOS.
Basic Information
Environment
Show/Hide Visual Studio info
Build Logs
Screenshots
Reproduction Link
Workaround
The text was updated successfully, but these errors were encountered: