Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: Infrastructure > Mobile Devices
-
Labels:None
-
Similar Issues:
Description
Umbrella ticket for mobile device support for 6.1

EMail per MHan:
KC,
Once you deploy the wurfl-web, it should tell you what device you are currently working with. You should get a few devices from each major operating system to play around and make sure it can detect your device properly.
To check what device it is, you should grab the Device object and do a toString on it. It's stored in the session:
Device device = (Device)session.getAttribute(WebKeys.DEVICE);
-m