Demonstrates Xamarin Forms (iOS) bug where keyboard is displayed on opening dialog, using IDialogService.
Steps to repro:
- Pull the code and build/run on an iPhone simulator or device
- If you tap the Show Dialog button directly once the UI is shown, a dialog will be displayed, no problems
- If you tap the Entry and enter some text then tap Return or touch outside to dismiss the keyboard, then tap Show Dialog, the keyboard pops back up again with the dialog, which is the issue I'm trying to resolve.
Note, if using a simulator, make sure the soft keyboard is shown. The bug doesn't appear if the soft keyboard doesn't appear in the first place.