-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAUI iOS charts prevent scrolling and tooltip visibility #1289
Labels
Comments
Hi, I can also confirm this bug. |
Have you tried this on Android? it seems to work properly on Android for me. |
You're right, there's no problem on Android. The bug seems to only exist on iOS. |
This is now working properly in the latest release (rc2). This issue is not completely fixed on Android, but we can track the Android fix at #1343 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
When a line-based chart is situated within a scrollview, attempting to initiate a scroll directly from the chart seems to disable any scrolling functionality. Additionally, interactions with individual points within the chart, such as clicks, are not recognized, thus failing to activate the tooltip. However, dragging actions within the chart area do successfully activate the tooltip.
To Reproduce
XAML:
Viewmodel:
Expected Behaviour
Dragging on the chart should allow scrolling functionality. Additionally, clicking on individual data points within the chart should activate the tooltip.
Device and Versions
iOS Emulator Version: 15.0 (1015.2)
iOS Operating System: 17.0
MAUI: 8.0.0-rc.1.9171/8.0.100-rc.1
.NET: .NET 8.0.100-rc.1.23463.5
The text was updated successfully, but these errors were encountered: