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

gwt-phonegap on android shows blank screen only

Basic Android application that was created with gwt-phonegap 1.8.1, and compiled on Phonegap Cloud shows only blank white screen. After consulting the site of gwt-phonegap creator following information was found…
0
votes
1 answer

connection.getType() is returning null in ios

I am using gwt-Phonegap version 1.7.0. I have build the application and it is working fine on android device. But the same application when i deployed in ios using Xcode, the method phonegap.getconnection() is returning null value. is there any…
0
votes
3 answers

GWT PhoneGap RPC - status exception 0

RPC call runs successfully in my localhost and when i pushed the project with phonegap integration and tested out in android emulator Rpc call fails and throws status exception 0 or gwt rpc Object not found-404. I did refer tutorial from gwt…
Rangesh
  • 728
  • 2
  • 12
  • 27
0
votes
1 answer

how or where to set parameters for vm arguments in eclipse using phonegap and mgwt

iam using mgwt and phonegap for my mobile web project and iam working with eclipse. to use phonegap in my project i need to set two parameters to vm arguments which are described below on this side.…
Pero
  • 774
  • 3
  • 15
  • 34
0
votes
1 answer

How to combine mgwt and mvp4g?

Does anyone have experience integrating mvp4g into mgwt? As mgwt seems to offer specific ActivityManager/AnimationMapper implementations (see http://code.google.com/p/mgwt/wiki/GettingStarted) I wonder if you can get the same functionality in mvp4g?
sleepomeno
  • 193
  • 8
0
votes
2 answers

gwt to android using phonegap

I need to push my gwt application to android via using phonegap.I followed http://code.google.com/p/gwt-phonegap/wiki/GettingStarted and this tutorial http://blog.ic3man.gr/?p=120 . But when i run the application i get error gwt application must be…
Rangesh
  • 728
  • 2
  • 12
  • 27
0
votes
1 answer

Phonegap based web application generated by GWT comiler doesn't run on xcode simulator

I'm using GWT to create the UI for my Mobile application and move the compiled code to a phonegap application. Every thing works fine in Android simulator (and Galaxy S2). But when trying to create an iphone application, I got a blank page without…
bouhmid_tun
  • 344
  • 1
  • 4
  • 17
-1
votes
1 answer

application that built in gwt not good shown in mobile

I built application in gwt to mobile and I have some bugs that i can not fixed them 1) I have textBox in the bottom of screen and when i click on textBox the virtual Keyboard open and hide the textBox this is css code of textBox border: 0…
user2320349
  • 109
  • 1
  • 12
-2
votes
1 answer

I have one html file, I will set the html file in iphone based application by using mgwt .. How i am set?

I have one html file, I will set the html file in iphone based application by using mgwt .. Please help me to set the html files in phone ... Thanks in advance..
Suresh
  • 5
  • 4
1 2 3
9
10