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