The Touch keyboard sample shows a way for developers to inform the system to display touch keyboard as user touch a custom control [probably in tablet mode]. It was remarked that
On the PC, you can request that the touch keyboard display for a custom control by implementing the TextPattern provider interface (ITextProvider) and the ValuePattern provider interface (IValueProvider). Not supported on Phone.
Does anyone know how to achieve the same thing on Windows 10 phones? As a side note, I wonder why there is such a disparity between desktop and phone. I thought Continuum works in any scenario.