I'm currently using LiteDeviceResolver to detect the device used by a customer on a website developed in Java.
It works well to differenciate mobile from desktop.
However, now I need to detect phablet. Currently phablet are considered as desktop device instead of mobile.
I can't find out a list of know user-agent for phablet.
I'm looking for any advice to detect efficiently all known phablet. Either using code or UA list, from client side or server side.