I want to implement a web application with separate user interface for mobile and PC. Do you know how can I detect whether it is mobile or not? In general, do you have any suggestion for implementing such application in GWT?
I want to implement a web application with separate user interface for mobile and
Share
On the client side, you can use the
Navigatorclass to get the platform and the user agent string:Identify devices and platforms that way.