Editors not scrollable on iOS/Catalyst #12485
Labels
area-controls-editor
Editor
area-controls-entry
Entry
fixed-in-8.0.0-preview.1.7762
Look for this fix in 8.0.0-preview.1.7762!
platform/iOS 🍎
platform/macOS 🍏
macOS / Mac Catalyst
t/bug
Something isn't working
Milestone
Description
When using an editor control on iOS (simulator and device) or MacCatalyst, the editor content is not scrollable.
The scroll bar appears on the right side of the editor, but it does not allow you to scroll.
On iOS, the editor is derived from the UITextView class and it appears that the UITextView's base class UIScrollView has the
ScrollEnabled == true
so something else must be going on.The issue also occurs on .NET 6 Maui project for iOS and Catalyst.
The editor worked correctly on Android. It also worked as expected on iOS when adding the UITextView through Xcode and on iOS through Xamarin Forms.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/tj-devel709/MauiEditorBug
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
iOS 16.1
Did you find any workaround?
No workarounds found
Relevant log output
No response
The text was updated successfully, but these errors were encountered: