I have a mobile app that consistently does not close the DatePicker if I go to another data entry field on iOS. I have to click "Done". In other words, I click on "date" field ( MDateBox ), then click on "number" field ( MDoubleBox ). "Number" field still has the date picker displayed in this case. I see this even happens with JQueryUI on iOS, but I don't know how to get around it in the MGWT context. Any help would be appreciated. Thanks.
Tony