1

I've been working on a IBM portal 8.0 and JSR 286. My requirement is to detect whether the request is coming from a PC Browser or Mobile or Tablet. I'm not using Web experience factory. It is just basic portlet project.

Please someone suggest is there any way (any helper classes or any other mechanism) for the device detection in IBM Portlet 8 (JSR286).

Neorat
  • 11
  • 1

1 Answers1

0

You can use jQuery in your portlet's jsp to detect the type of device. Otherwise there are other options available at detectmobilebrowsers.com

mod
  • 383
  • 5
  • 22
  • Thanks Buddy. I've already implemented the solution you have suggested; but I want a portal specific solution. I came to know that IBM Portal 8.0 has got some functionality to detect the device type automatically with some configuration and code; I wish to make use of any such portal specific functionality to detect device type. – Neorat Oct 09 '12 at 05:57
  • Try [IBM Mobile Portal Accelerator](http://www-10.lotus.com/ldd/portalwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Mobile+Portal+Accelerator+8+Product+Documentation#action=openDocument&res_title=Introduction_to_IBM_Mobile_Portal_Acceleratormpa8&content=pdcontent) – mod Oct 09 '12 at 07:05