Re: [uportal-dev] portlet-utils isMobile with respondr

2015-01-06 Thread David Derderian
My horrible suggestion is you can check the requests' user-agent and determine (on a per portlet basis) what to do w/ specific user agents String userAgent = request.getProperty("user-agent"); However now you have to do this with every portlet. One of the more uglier solutions. If you're using R

[uportal-dev] portlet-utils isMobile with respondr

2015-01-06 Thread Tim Levett
Hi Devs, We came across an interesting problem and I'm curious if anyone else has had this issue. We are using the portlet-utils project in the CoursesPortlet and we use the method https://github.com/Jasig/portlet-utils/blob/master/portlet-mvc-util/src/main/java/org/jasig/portlet/utils/mvc/The