SmartPhones X Ipads

Discussion in '[bd] Widget Framework' started by cidrack, May 5, 2014.

  1. cidrack

    cidrack Member

    I Have how to desactive the Widgets only for Smartphones and work with Ipads?
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Sorry, your question is a bit unclear. You want to have a widget does not work for mobile except the iPads?
     
  3. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Put this in the widget expression field

    PHP:
    !XenForo_Visitor::isBrowsingWith('mobile') OR XenForo_Visitor::isBrowsingWith('iPad')
     
  4. cidrack

    cidrack Member

    Thank you
     
    xfrocks likes this.
Loading...