Is there a cross-platform mechanism for dismissing the keyboard when controls not requiring the keyboard are used?
I am looking at a Windows Phone app running in the emulator, where the keyboard appears when I am typing into an Entry control, but the keyboard remains if I then change the state of a Switch. I would expect using the Switch to have resulted in the Entry becoming unfocussed and the keyboard being dismissed, but that is not happening.
Many thanks,
John H.