Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

MobileDeviceFilterClass

Summary

The class in charge of filtering mobile devices

Usage

MobileDeviceFilterClass=myMobileFilter

Description

The name of the class which implements the filtering for mobile based on browsers user-agent.
The class has to implement ezpMobileDeviceDetectFilterInterface and processes the User Agent string and determines whether it is a mobile device or not.

Examples

[SiteAccessSettings]
  DetectMobileDevice=enabled
  MobileSiteAccessURL=http://m.example.com/
  MobileSiteAccessList[]=ezresponsive
  MobileSiteAccessList[]=ezdemo
  MobileDeviceFilterClass=myMobileFilter

Sarah Haïm-Lubczanski (06/03/2014 5:11 pm)

Sarah Haïm-Lubczanski (07/03/2014 1:43 pm)


Comments

There are no comments.