I'm struggeling with a simple thing.
How can I display a prompt in a dialog box, thats waits for the user to input text or click a button, and then returns a string containing the contents of the text box with Xamarin.Forms?
With Android or WP8 I was able to create a popup with some controls, but I didn't find any similar in Xamarin.Forms.
Thx, Tom