UWP : Need to disable on-screen-keyboard on textbox click
Because I need to Invoke third Party on-screen-keyboard.
Tried Below Code....But I was not able to disable on-screen-keyboard.
PreventKeyboardDisplayOnProgrammaticFocus="True"
Both are getting Invoked Microsoft on-screen-keyboard and Third Party Keyboard.
Its not Working, But I tried "ishittestvisible=false"
Its Working, But All Mouse Events are Blocked.
Any of the Solution is Fine..1. either disable on-screen-keyboard or 2.after making ishittestvisible=false
Mouse Events Should Work.