I developed an app using MGWT.It is working fine in ios6. I upgraded to ios7.here I'm facing few problem I have 10 MTextBox widgets, I want to show all in my view.for this i add them to a WidgetList and I added my widgetList to a scroll panel and finally I added my scroll panel to main layout of the view,.till now no problem at all, but when I tapped on the 6,7,8,9,10 th textboxes, the ios keypad is appearing. this appearance of keypad overlapping my 6,7,8,9,10 textboxes. because of this overlapping these textboxes are not even taking the text input.
thanks in advance.