I have a xaml page in universal windows application in windows 10. The page contains a textbox. The application uses a keyboard MSR (Magnetic Stripe Reader) for swipping of cards.
Now, when I have focus on textbox and I swipe the card in MSR, it prints all the data in the textbox. BUt, I want to the user to just tap the text from touch screen keyboard and restrict it from MSR.
Please help.