I’m trying to create a text-based game on the Windows phone.
My thought is that mistyping will reduce in-game points and you will be granted higher points
based on the time it takes you to type…
Now to the problem.
Since i am using a textbox for the input and my input scope is text i also get automatic text-correction and input-prediction.
Does anyone know how to disable this?
In short, don’t use a
TextInput Scope🙂Default
Input Scopeprovides no correction and prediction. Does it suitable your needs?