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
3
votes
2 answers

adding text and image each celllist cell in MGWT

Can you help me on adding of both text and image to the cell list cell in mgwt I did only for text,but failing to place both text and image.waiting for your valuable response.
3
votes
3 answers

How to test the performance of an Android phonegap-app

i made a little nice app with phonegap and mgwt. Now i want to do the same app with jquery mobile and to compare the mgwt app with the jquery mobile app. I want to compare the size and the performance of the both apps. For example the speed of the…
Pero
  • 774
  • 3
  • 15
  • 34
3
votes
1 answer

gwt-phonegap and mgwt

looking into mobile app development and trying to understand the technologies out there. Where do these two things fit, mgwt and gwt-phonegap, are they competing technologies/frameworks or do they compliment each other. Where do they fit in in the…
MayoMan
  • 4,757
  • 10
  • 53
  • 85
3
votes
2 answers

Do you know any apps in iOS app store that is done via MGWT+phonegap?

Since we have a background in GWT coding and because it is easier to switch to MGWT from GWT we are considering to do long term mobile projects using MGWT. Are there any community behind MGWT supporting it or only one person? Do you know any apps in…
3
votes
1 answer

Deploy GWT app into Google Play

I want to deploy my GWT app into Google Play (and maybe App Store in the future). I don't need to use native functions in my app. Just user, password, and I will show one report. I found mgwt project(http://code.google.com/p/mgwt/). Is mgwt + gwt…
jav_000
  • 173
  • 6
  • 13
3
votes
2 answers

GWT, mgwt and retina display

I've implemented an iOS application based on mgwt and PhoneGap. I have an image and two corresponding files topMenuTitle.png (320px by 40px) and topMenuTitle@2x.png (640px by 80px). I don't…
Majid Laissi
  • 19,188
  • 19
  • 68
  • 105
3
votes
1 answer

GWT integration with PhoneGap

Edit - I know there are similar questions to this on SO, but I feel my specific questions are not duplicates at all. If you disagree with me please bring them to my attention before downnvoting or closevoting! If you can prove to me that my…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
2
votes
0 answers

MGWT and Firefox

Recently I've wrote a simple mgwt app. It works differently depends on the browser (Chrome,mobile Chrome,mobile IE,Iceweasel - under Debian) but works. However, if I run my app on Firefox (22,38,mobile - under Debian) it's stuck. Buttons are not…
Johnny
  • 154
  • 2
  • 13
2
votes
1 answer

_gwt$exception : Cannot read property 'uuid' of undefined

I am working on a mgwt-phonegap application. I am using this code: final PhoneGap phoneGap = GWT.create(PhoneGap.class); phoneGap.addHandler(new PhoneGapAvailableHandler() { @Override public void onPhoneGapAvailable(PhoneGapAvailableEvent…
Anurag
  • 156
  • 12
2
votes
1 answer

How to create hybrid apps with native look and feel

Short version: Basically I have two questions highlighted below. However, my original question is based on some research, that's why the text below is a little bit longer. Here is what I would like to know: Would you have any recommendations which…
Michael
  • 3,982
  • 4
  • 30
  • 46
2
votes
1 answer

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

I use GWT 2.5.1 and the MGWT 1.2-Snapshot on a mobile web app on iOS7. The problem is that when I scroll down I cannot reach the bottom of the content because it is hidden by the iOS7 Safari bottom status line. I see it working in the showcase…
Michael
  • 32,527
  • 49
  • 210
  • 370
2
votes
2 answers

How to dynamically serve manifest for GWT permutations

Consider the following problem. You'd like to serve an offline manifest/appcache file for your GWT project. In such a case, there are two issues: GWT generates different permutations of js files (depending on browser version). When loading the…
Laurens Rietveld
  • 958
  • 1
  • 11
  • 21
2
votes
1 answer

How can I remove > symbol in MGWT CellList

I need to show dynamic list using a cell list. But the condition is to remove the > symbol by overriding its CSS. Is it possible to override its css to reach my goal or is it impossible. If possible tell me the approach.
2
votes
0 answers

How do I detect when the address bar of mobile Safari hides on GWT?

GWT 2.5.1 / MGWT 1.1.2 I added a resize handler to the Window, however no resize event is triggered when the address bar hides in mobile safari (tested on iOS 6x), The event is properly thrown if the handler is added natively with Javascript. I'm…
Chepech
  • 5,258
  • 4
  • 47
  • 70
2
votes
1 answer

Reusing server code in a GWT+phonegap app avoiding RPC

We are about to create a mobile version of our web page. In that page we have used RPC services in a service way, not totally entity oriented. So we are going to have two clients (web and mobile) calling one server. Now we want to reuse all that…
Pablo Castilla
  • 2,723
  • 2
  • 28
  • 33
1
2
3
9 10