I'm looking to build a GWT app targetting mobile browsers. My requirements:
- Mobile friendly widgets which work across all modern browsers including IE, Firefox (not just webkit).
I haven't found any well supported frameworks for doing this.
I've looked at:
- mgwt: Supported by one developer, only works on webkit, no common theme across all browsers
- SmartGWT Mobile: Still in beta, only works on webkit
- jqm4GWT: Not well supported, JQuery Mobile dev doesnt integrate well with GWT
Its a shame as GWT should be very performant for mobile dev compared to server side heavy when bandwidth is slow (e.g. JSF).
Does anyone have any suggestions for mobile dev with GWT? I'm surprised there isn't more demand for mobile GWT given the massive increase in mobile browsing.