-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I have started using HTTP::BrowserDetect and have noticed that it currently has the methods mobile(), tablet(), and robot(), but not phone(). I'm wondering if there are any plans to add such a method. Right now, I'm just doing:
return ($browser->mobile && ! $browser->tablet && ! $browser->robot) ? 1 : 0;
but a provided method would be great, if that's possible.
Metadata
Metadata
Assignees
Labels
No labels