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

Every native call will get uncaught:Exception caught:(TypeError):Cannot call method 'xxx' of undefined

my configurations are: Ubuntu server 14.04 64 bit GWT 2.7 Cordova 5.4.1 Andorid SDK Manage 24.04.1 Andorid SDK Tools 24.04.1 Andorid SDK Platform-Tools 23.1 Andorid SDK Build-Tools 23.0.2 Andorid 5.1.1(API 22) SDK Platform and I downloaded the…
Alex Luya
  • 9,412
  • 15
  • 59
  • 91
0
votes
1 answer

Automatic conversion of GWT web app to Mobile App

Is there any tool to convert automatically the existing gwt web application to mobile gwt using mgwt or smartgwt.mobile or any other mobile gwt widgets with out any effort? for example we can add mgwt in the classpath and swap the widgets, can we…
mkr
  • 11
  • 2
0
votes
1 answer

mgwt: get ios look and feel

I am creating a phonegap app with gwt phonegap. How can I create the iPhone Look and Feel? Right now, I have en entry im my gwt.xml-file: I am testing the app using the…
user3629892
  • 2,960
  • 9
  • 33
  • 64
0
votes
1 answer

gwtphonegapp workflow: what is the preferred way of creating a phonegap app?

I am programming an app that should work on andoird, iOS and windows phone. I am using gwtphonegapp. My question is: What is the preferred workflow for this? Right now, I compile the gwt app in eclipse and then manually copy the files into a…
user3629892
  • 2,960
  • 9
  • 33
  • 64
0
votes
1 answer

How to enable page dragging / scrolling on MGWT buttons?

I have an MGWT app with a lot of buttons on a scrollable page (FlowPanel in an MGWT ScrollPanel). Since the buttons use the full page width I'm nearly unable to scroll down, because all MGWT buttons capture the drag events. How to prevent the…
Stefan Endrullis
  • 4,150
  • 2
  • 32
  • 45
0
votes
0 answers

GWT Multiple File Upload issue using in iPhone and iPad

I have a web app built using mgwt but even using some GWT widgets as well. In the web app, I have a GWT form panel where the user has to upload two images which could be using camera or select from the photo library on the phone. I am using multiple…
user613037
  • 75
  • 3
  • 10
0
votes
1 answer

from gwt to phonegap

I heard about phonegap just a few days ago and I wanted to try and start by myself making an app in all platforms by writing with the gwt and phonegap together. the thing is that I'm not sure I got the idea quite well. I know that I need to develop…
liranahum
  • 143
  • 3
  • 13
0
votes
2 answers

GWT phoneGap Database connectivity

I've been developing GWT applications for some time , This is my first time creating an app in GWT/Phonegap with mgwt. I just migrated my old GWT project to phoneGap ,everything's fine , i can see my running GWT app on mobile.In my GWT website , I…
junaidp
  • 10,801
  • 29
  • 89
  • 137
0
votes
1 answer

Modify CordovaWebView user agent string in android 4.4 (Cordova 4.3) GWT

I use the below code as many posts suggest to modify the user agent string the CordovaWebView will use. However I never receive this user agent string in any of the http requests to the server. I get the usual user agent string. public class…
paul
  • 494
  • 6
  • 17
0
votes
1 answer

MGWT AnimatingActivityManager

Environment: MGWT 2.0.0 GWT-PhoneGap 3.5.0.0 GWT 2.7.0 Java 1.7 Error Message: "The constructor PlaceController(SimpleEventBus) is undefined" How: I converted my project from GWT 2.6.0 to GWT 2.7.0. Issue: Looks like…
Jason Washo
  • 536
  • 6
  • 22
0
votes
1 answer

ScrollPanel out of sync when DisclosurePanel + Virtual Keyboard

I am not able to find a solution on (mgwt) ScrollPanels and (gwt) DisclosurePanels with (e.g. android) Virtual keyboards. After using the mobile Virtual Keyboard to enter data into a text field inside a DisclosurePanel (and the Virtual keyboard has…
0
votes
1 answer

setValue in MDoubleBox fails with Grouping/Decimal separators

I am using MDoubleBox widgets in my mgwt application, but have problems initializing values using the setValue method (applies also for setText). Any Doubles which internally are parsed into containing Grouping or Decimal separators (ie containing a…
0
votes
2 answers

How to get List index of tapped List item?

I have a list of GWT three FlowPanels which contains two buttons each in ui binder: ... ...
Michael
  • 32,527
  • 49
  • 210
  • 370
0
votes
1 answer

error Rebind result 'com.googlecode.mgwt.ui.client.widget.animation.AnimatableDisplay' must be a class in mgwt 2.0 libary

I build application in gwt. I use gwt 2.5.1 sdk and mgwtphonegap 2.4 libary and mgwt 1.1.2 libary and now I decided to upgrade the gwt sdk to 2.7 and mgwtphonegap to 3.5 and mgwt to 2.0 and now I get error when I During Compilation. the row that…
user2320349
  • 109
  • 1
  • 12
0
votes
1 answer

How to create an mgwt widget which extends from FlexPanel and TouchWidget

I have several escenarios where some mgwt widgets which do not extend TouchWidget need to be "touchable", for instance ScrollPanel or FlexPanel. One scenario is a full screen widget wich reacts when user touches it and shows a popup. Java do not let…
ramon_salla
  • 1,587
  • 1
  • 17
  • 35