Reputation: 5
I am trying to crete a windows 8.1 universal app .. on the phone app I want to have a digital signature using Capturing ink data ..
I have seen the :
https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn792131.aspx
a problem appears when i use the : using Windows.UI.Input.Inking;
any one knows why ? or what the correct way of doing it for windows phone 81 using C# ?!
Upvotes: 0
Views: 568
Reputation: 4292
Windows.UI.Input.Inking is only available in windows 8 app. it is not supported in windows 8.1 or Windows phone 8.1 universal apps. see this requirement section of Inking msdn documentation
Upvotes: 1