DatePicker not closing in iOS when click another field

193 Views Asked by At

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

0

There are 0 best solutions below