Having buttons on screen and one input text field. On android, I can enter text, hit enter, keyboard disappears, and everything functions normally.
On iOS, after keyboard goes away, I can no longer click buttons.... It's like none of the ui responds.
I've tried putting the buttons in upper and lower areas of the screen. Only thing I can do is click on the text field again to bring back up keyboard.
I even tried tying the event receiver to one of the button objects with the OnClick string as the event name, nothing happens when i hit done or return on ios keyboard.
This bug is killing me here......