Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does GWT app work well in Android browser?

Tags:

android

gwt

I am planning a web app using GWT. How well will it be supported on mobile devices like iphone, android?

like image 803
Gopinath Avatar asked Apr 12 '10 09:04

Gopinath


2 Answers

The iPhone and Android browser are both based on WebKit, as is Chrome. GWT is cross-platform and works on WebKit based browsers, but as always it is essential to test your Web app on all the major device variations that you plan to support to ensure it works as expected (for example iPhone 3GS and iPhone 2G for performance testing, Google Nexus One and HTC Tattoo for large/small screen testing) - Services like the Device Anywhere Test Suite can make this process more financially viable if your development is not focused on smart-phones.

There is also the GWT Mobile WebKit project, which seeks to add mobile device features into GWT. This might be worth considering if you require smart-phone specific functions like geolocation data or client-side database access...

like image 54
seanhodges Avatar answered Sep 22 '22 16:09

seanhodges


Nope, not at all. Scrolling is one of the issues. More details http://androidanswer.com/questions/82/gwt-app-android-browser-no-way-to-scroll-or-no-scrollbar-scrolling-doesnt-work

like image 36
andr Avatar answered Sep 24 '22 16:09

andr