I am looking for a way to easily determine if my user is on a tablet or on a full-sized PC. Any idea how to do this?
getSession (). getBrowser (). isTouchDevice () will not work with a large number of touch screen PCs. And getBrowser () is deprecated anyway in Vaadin 7.
I do not use vaadin-touchkit (should I?)
Regards, Rob.
source
share