-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
Current Behavior
DrawingView does not draw on iOS in release mode(real device) in Shell App.
It works in these cases:
- if it's In debug mode
- if not using Shell
Expected Behavior
It should work as it does in debug mode.
Steps To Reproduce
- Clone this sample project. drawing issue
- Run on a real iPhone(iOS 26.1 latest) in release mode.
Link to public reproduction project repository
https://github.com/Bohirjon/drawingview_issue
Environment
- .NET MAUI CommunityToolkit:13.0.0
- OS:iOS 26.1, MacOS 26.1
- .NET MAUI: 10.0.100Anything else?
No response
RahmatilloAbduqodirov, Firuz2006 and znematov