Mobile Browser Device Recognition Provider

This plugin uses regular expression rules over UA strings to detect devices. Generally the only info you need to know if is mobile browser and if is a tablet, that is what this plugin tries to detect.

The drawback of this approach is that is not possible to retrieve detailed features of the devices, but is an alternative to a repository-type plugin (such as wurfl).

Required Java version: 6

For Liferay EE 6.1 GA2 in clustered environment, to avoid "java.lang.ClassNotFoundException: br.com.severnini.portal.mobile.device.MobileBrowserDevice" add following lines to portal-ext.properties, and uncomment "mobilebrowser.device.action.enabled" and "servlet.service.events.pre":

#
# Mobile browser device recognition provider
#
#
# Set this property to true to use
# br.com.severnini.portal.events.action.MobileBrowserDeviceServicePreAction
# in portal.properties "servlet.service.events.pre" property.
# Also, disable com.liferay.portal.events.DeviceServicePreAction.
# See the property
# portal.properties "servlet.service.events.pre" for detailed configuration.
#
#mobilebrowser.device.action.enabled=true

#Override Liferay's default
#servlet.service.events.pre=com.liferay.portal.events.ServicePreAction,com.liferay.portal.events.ThemeServicePreAction

Últimos cambios

-Fix java.lang.ClassNotFoundException: br.com.severnini.portal.mobile.device.MobileBrowserDevice in clustered environments for Liferay 6.1x version
-Remove caching capabilities from device recognition provider class

Clientes que vieron esto tambien compraron