Mobile Detective. Advanced example.

Groups and rules used

For this page were used next groups/Rules (how to define them you can read here):

  1. Tablet: isTablet
  2. iMobile: isiMobile
  3. TabletorImobile:isTablet, isiMobile

Source code

Here I’ve used next codes:
[МobDetective Tablet output="This is not a Tablet"] This is a Tablet[/МobDetective]
This is not a iMobile
Not tablet neither iMoble
Not tablet or not iMoble

Note that I’ve used a standard rule isMobile without defining it as a group.

Test for Tablet.

This is not a Tablet

Test for imobile devices from Apple.

This is not a iMobile

Join condition (logical OR).

Not tablet neither iMoble

Join condition (logical AND).

Not tablet or not iMoble