-
Notifications
You must be signed in to change notification settings - Fork 150
Signature Pad not working in UWP Projects after Fall Creators Update if debugging with Visual Studio on Local Machine #105
Comments
Thanks for reporting this, I will investigate. |
I had a look at this and was not able to reproduce it. What device are you using? Maybe is has no touch/pen support? I have been testing on a Surface Book and Lumia 950 XL without issues. |
Yes, my Desktop has no touch nor pen, but still the SignaturePad was working before the Fall Creators Update. I could perfectly paint with the mouse on the signature area...??? |
Just as an info: The FCU broke more things on my machine. It was installing an NVIDI Driver wich has no 3D capabilities and lets crash most apps using advanced grafic stuff like games. Reinstalling an older version provided by NVIDIA made things a little better but still apps like paint.net and all 3D apps are not working any more... After trying a lot, I gave up and installed a Windows 7 for gaming and 3D to a small partition... |
@Hopfenspirger FCU broke my machine and I had to reset (this is why I was offline for a few days). I also had a machine that just can't do any 3D graphics/games properly anymore. I am thinking the |
@mattleibow: The note feature of Edge and also all Ink Workspace Apps are working on my Desktop. I can draw with the mouse... (Also OneNote is working) But InkCanvas is still displaying the error as soon as added to a Window in UWP Projects...??? |
As an info: On a normal UWP Project (not Xamarin) InkCanvas is also NOT working any more. Code:
Error:
I reported the Problem now over Visual Studio. If I get a solution there I will report it here... |
That is news - I suppose. So I think this is not SignaturePad directly, but the InkCanvas. Hopefully this is something that can be fixed with a driver update or windows update. |
I found a workaround for this problem: If I tell the grafik card driver to not use the grafik Card Processor for 3D Display the problem is gone... (NVIDIA Control Panel - 3D Display Management - Used Grafikprozessor - Deselect the HighPreformanceNVIDIA Grafik Prozessor and use a different setting like on board grafik card or whatever is available on your system.) So the problem definitely is outside the scope of SignaturePad... |
Thanks for investigating this. I had issues with my graphics (BSoD) after updating to FCU - it appears that after I downloaded the latest drivers it is fixed... |
If trying to display a Signature pad I get the following exception:
The used device feature is not supported on this system.
Maybe the problem is, that inkcanvas.InkPresenter.InputDeviceTypes default is set to pen only...???
See section remarks under:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.inkcanvas
Stack Trace:
The text was updated successfully, but these errors were encountered: