mgwt - How to make GWT applications mobile compatible -
i have website developed in gwt/mgwt
i used mgwt widgets, when run application on mobile small. don't think it's matter of increasing width/height, etc.
you can open on mobile , have look: http://119.154.187.175:8080/dashboard2/dashboard2.html
the viewport doesn't seem configured correctly. try set
mgwt.applysettings(mgwtsettings.getappsetting());
in entrypoint right @ beginning.
here getting started: https://github.com/mgwt/mgwt/wiki/getting-started-with-mgwt
Comments
Post a Comment