Issue with InkCanvas Drawing on Windows 10 in UWP ApplicationBug title #9347
Labels
appModel-UWP
Exclusive to WinUI 2 UWP apps
area-External
Not owned by the WinUI team, not actionable in this repository.
area-InkCanvas
bug
Something isn't working
needs-author-feedback
Asked author to supply more information.
no-recent-activity
Describe the bug
I have developed an image editor using the InkCanvas control in my Universal Windows Platform (UWP) application. Surprisingly, it works perfectly fine on Windows 11. However, when testing the app on Windows 10, I encountered an issue where the InkCanvas doesn't draw on the image.
Problem Description:
Although the ink toolbar is visible and functional, allowing users to select colors and tools, the actual drawing on the image doesn't happen on Windows 10.
Steps to reproduce the bug
Expected behavior
The InkCanvas should allow drawing on the image, similar to its behavior on Windows 11.
Actual Behavior:
The InkCanvas appears functional, but drawing on the image does not occur on Windows 10.
Screenshots
XAML Component Snippet:
Code Behind:
NuGet package version
WinUI 2 - Microsoft.UI.Xaml 2.8.2
Windows version
Windows 10 (22H2): Build 19045
Additional context
No response
The text was updated successfully, but these errors were encountered: