class Browser::Device

def tablet?

Playbook).
Detect if browser is tablet (currently iPad, Android, Surface or
def tablet?
  ipad? ||
    (platform.android? && !detect_mobile?) ||
    surface? ||
    playbook?
end