Questions tagged [mgwt]

mgwt is an mobile extension to GWT which allows to write mobile apps with GWT

mgwt is a library for developing mobile apps and mobile websites with GWT from one code base. mgwt provides native looking widgets for many platforms, animations and many other things that are needed for writing mobile apps. gwt-phonegap enables GWT apps to use Phonegap. With Phonegap HTML5 apps can access the same device features that native apps can use from Javascript, such as the file system or contacts. With mgwt and gwt-phonegap you can deploy your GWT apps into any app store or let your users use them as a website. Both projects are available under apache 2.0 license from maven central.

144 questions
0
votes
1 answer

scrollPanel not scroll in android

I application developer to mobile with mgwt. I use in mgwt ScrollPanel to create scroll but scrollPanel not scroll in smartphone. when I run in dev mode on computer the scroll work fine. I do not know why this happen I use in LayoutPanel of mgwt to…
user2320349
  • 109
  • 1
  • 12
0
votes
1 answer

Gwt + google Maps Api Mobile Bug

I tested this Tutorial : https://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted copy and pasted it into my Project, compiled it and uploaded it to my testwebsite, so if I try to move around the map with my Android Phone it jumps always…
user3110458
  • 374
  • 5
  • 17
0
votes
1 answer

mgwt side navigation / menu

Is there a full example or is it even possbile to display a side navigation in mgwt like : this
user3110458
  • 374
  • 5
  • 17
0
votes
1 answer

How to disable cut, copy and paste option to MTextBox and MPasswordTextBox in MGWt

I developed an mgwt,gwt-phonegap app and I installed it in ios device. I want to disable the cut ,copy and paste options to my text fields. Is there any chance to do it through css? if not please provide me solution to achieve it.
0
votes
1 answer

How can I get iOS 7 native UI with mgwt?

I have a develop a mobile application with mGWT. On Android works fine but on iOS7 its shows me iOS 6 look and fell. So, How can I get iOS 7 native UI with mgwt?
0
votes
1 answer

JsArray not able to return length after receiving data from html5 storage

i have to save JavaScript-Arrays which contains JavaScriptObjects into html5 storage. The number of these JavaScriptObjects diversify in the arrays. When iam reading out the saved JavaScripts-array out of storage i want to display the contained…
Pero
  • 774
  • 3
  • 15
  • 34
0
votes
1 answer

MGWT ScrollPanel is not scrollable?

I have the following ui binder structure using mgwt 1.2-Snapshot.
Michael
  • 32,527
  • 49
  • 210
  • 370
0
votes
1 answer

MDateBox not working on iOS7

MDateBox not working on iOS7 when you try the Showcase example: http://mobilegwt.appspot.com/showcase/ See the screenshot of the showcase element section. The date box is not rendered. Is there any fix for that?
Michael
  • 32,527
  • 49
  • 210
  • 370
0
votes
0 answers

How to Pass Click/Touch Event to a PopupPanel when starting from Outside Event Area?

I describe the following problem for Mouse Events as well as for Touch Events. I want to do the following. Having a click/tab area which has the following function: If I press the mouse down /touch start in this area a GWT PopupPanel should be…
Michael
  • 32,527
  • 49
  • 210
  • 370
0
votes
2 answers

Android Browser - unable to change input text from white to black

I have a mobile friendly web app built using GWT/mGWT. The app has white input text boxes and dark gray input text. However, on Android Browser, the text shows up white-on-white and is thus invisible. All the CSS I tried fails to fix the…
davedonohue
  • 212
  • 5
  • 14
0
votes
1 answer

How to register HasEventHandlers to a self created GWT-Widget?

Iam creating a own Button Widget and want to register the HasClickHandlers and HasMouseoverHandlers on this Widget. The problem is when iam using this Widget and add a ClickHandler, there is no reaction. MyButton extends Widget implements…
Pero
  • 774
  • 3
  • 15
  • 34
0
votes
1 answer

how to see scroll panel bottom area when i pressed a button

I have a requirement that i want to go to the middle area or bottom area of my scroll panel when I pressed a button ,but not from the scrolling. is it possible to do?..if so how can I reach my goal. thanks in advance
0
votes
1 answer

IOS 7 Issue For My MGWT Application

I have created one MGWT application with the help of RPC,PHONEGAP&GWT technologies.My application is working properly until IOS 6 version ,In IOS 7 my home screen is shrinking when i am tapping one icon,in that opening one drop down list and…
Suresh
  • 5
  • 4
0
votes
1 answer

how to remove the service, time and charging indications at the top of iOs7 device

I built an app using MGWT and GwtPhonegap which is running good in ios6. I updated my Xcode to make it compatible to ios7. And I also updated my iPhone OS from 6 to ios7. I installed the same app through the updated Xcode into my device. In each…
0
votes
3 answers

which is better gwt-rpc or json when considering several factors listed below

queries on Gwt rpc and JSON first of all,is it correct to compare both? which one be the best technology for server communication? which kind of applications better to go for gwt rpc and which to go for json? which one is efficient in…