2

I wanted to make an app in windows phone that takes in pen-computing input. Is there existing code infrastructure (templates and such) in the Windows Phone API that is available to the Windows Phone developer?

What I mean by pen-computing input is hand-writing input by users' fingers, giving us input like this:enter image description here

Ragnar
  • 169
  • 7

1 Answers1

1

Unluckily for Windows Phone 8 and Windows phone 8.1 InkManager class is not supported currently, so capturing handwritten input aint possible. Though it works for windows 8 and 8.1 store apps which you can implement through Tutorial1 and Tutorial2

If you are focusing Windows phone would suggest to make app for Windows 10. They have release a better version of InkCanvas which is better than InkManager and works both store and phone apps being UWP. Check out this link for details on InkCanvas

Jerin
  • 3,657
  • 3
  • 20
  • 45