-
Notifications
You must be signed in to change notification settings - Fork 678
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
InkCanvas not working in XAML Controls Gallery app #5896
Comments
Windows 11 it's working |
Still not working on Win10 version 2004 Build 19041 for mouse painting. Checked out from master and freshly build with Win10 version 2004 Build 19041. It works with https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/SimpleInk/cs . After some investigation I have the impression the InkPresenter is not listening to the Pointer events anymore. Anyone has a rough idea where to investigate further? |
Hi @stmoy did you draw with the mouse? I could not test with something else than a mouse. |
Yes indeed - I drew this rather awkwardly with my mouse 😅 |
Hi @stmoy, may I ask which commit and windows version you used to test? |
At that point in time the commit was 84c97f0 |
@StevusPrimus - thank you for the thorough investigation! We are following up internally on this - it seems like it might be related to a change that was fixed in Windows 11, but we're discussing what to do for Windows 10 users. |
Hi, i have the same problem, when i added InkCanvas it was also not working, then i tried workaround from that tread #5299 (comment) mentioned here: Next i noticed that https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/simpleink/ that sample still working properly, and started to investigate, seems the problem solving lines of code are:
List after adding this to my project InkCanvas started to work straight away |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
InkCanvas not working in XAML Controls Gallery app
Steps to reproduce the bug
Steps to reproduce the behavior:
Expected behavior
Click with the mouse on the canvas and something will be drawn
Actual behavior
Click with the mouse on the canvas and nothing happens
Screenshots
Version Info
Additional context
Windows 10 version:
Device form factor:
The text was updated successfully, but these errors were encountered: