HTTP-BrowserDetect
view release on metacpan or search on metacpan
Returns version information for the OS, if any could be detected. The
format is the same as for the browser\_version() functions.
# Mobile Devices
## mobile()
Returns true if the browser appears to belong to a mobile phone or
similar device (i.e. one small enough that the mobile version of a
page is probably preferable over the desktop version).
In previous versions, tablet devices sometimes had mobile() return
true. They are now mutually exclusive.
## tablet()
Returns true if the browser appears to belong to a tablet device.
## device()
lib/HTTP/BrowserDetect.pm view on Meta::CPAN
Returns version information for the OS, if any could be detected. The
format is the same as for the browser_version() functions.
=head1 Mobile Devices
=head2 mobile()
Returns true if the browser appears to belong to a mobile phone or
similar device (i.e. one small enough that the mobile version of a
page is probably preferable over the desktop version).
In previous versions, tablet devices sometimes had mobile() return
true. They are now mutually exclusive.
=head2 tablet()
Returns true if the browser appears to belong to a tablet device.
=head2 device()
( run in 0.451 second using v1.01-cache-2.11-cpan-299005ec8e3 )