ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

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.