Search code examples
web-applicationsweb-frameworksmobile-browser

web framework support both desktop & mobile web browser?


I want to make an application which can automatically detect & load different UIs for the desktop browser and mobile browser.

I'm looking for some easy and automatic way to do it. I wonder if there exist any web application framework which support this feature for their pre-defined UI widget? So that I can just focus on the functionality of the website and forget the cross-platform stuff.

all platforms and languages are okie.


Solution

  • Spring-MVC, especially with the spring-mobile extension can do that. It's Java (You didn't specify language or platform), and perhaps it will be usable with groovy/grails.