MGWT app showing keypad issue in ios7

Arun Kumar Mudraboyina

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.

Arun Kumar Mudraboyina

I found the answer to my question. We can resolve the above issue by setting the viewport height to device height, this can be in 2 ways, one is myapp.gwt.xml configuration and the other is, adding these lines in our onModuleLoad()

1)xml configuration:see this:viewport height adjustment

2)code snippet::

MGWTSettings settings =  MGWTSettings.getAppSetting();
ViewPort viewPort = settings.getViewPort();
viewPort.setHeightToDeviceHeight();
viewPort.setWidthToDeviceWidth();
viewPort.setUserScaleAble(false).setMinimumScale(1.0).setMinimumScale(1.0).setMaximumScale(1.0);
viewPort.setTargetDensity(DENSITY.MEDIUM);
settings.setViewPort(viewPort);
MGWT.applySettings(settings);

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

MGWT, GWT-phonegap app to android / iOS with internationalization

From Dev

Localstorage issue with ios7

From Dev

MGWT Scrolling Bug on iPhone iOS7 Cannot reach Bottom of scrollable Content

From Dev

Publishing IOS7 app

From Java

UIButton not showing highlight on tap in iOS7

From Dev

In iOS7, cell.selectedBackgroundView is not showing

From Dev

Decimal KeyPad for iphone in hybrid app

From Dev

UITableViewCell AccessoryViews not showing in iOS6 but showing in iOS7

From Dev

Issue with Swipe Gesture Control in iOS7

From Dev

Cursor visibility issue in ios7

From Dev

iOS7: UITapGestureRecognizer reuse issue

From Dev

IOs7 multiple storyboard localization issue

From Dev

issue with ios7 tabbar controller

From Dev

Image Background Issue in IOS7

From Dev

Date format issue in ios7

From Dev

Issue Resuming UIVIew Animation: ios7?

From Dev

Issue with CAShapeLayer Animation iOS7

From Dev

NSString to NSDate issue IOS7

From Dev

IOs7 multiple storyboard localization issue

From Dev

Cursor visibility issue in ios7

From Dev

Issue with CAShapeLayer Animation iOS7

From Dev

Android : TYPE_CLASS_PHONE keypad issue

From Dev

Ruby-on-Rails display issue - May 2018 only exists once but my app is showing it 7 times

From Dev

React js app having same folder images but in ios png images showing alpha tranparency issue

From Dev

IOs7 app crashing when in background

From Dev

animation similar to opening app in ios7

From Dev

ios7 UINavigationBar setTitleTextAttributes crashes app

From Dev

iOS7 translucent and live app icons

From Dev

In-App Purchase is not working in iOS7