Any way to integrate something like wurfl at the server level?
For us, we just care about if the browser is mobile or not, so we just
use a
nasty regex with a redirect. The mobile site does the full wurfl like
detection.
On Fri, March 18, 2011 4:55 pm, Akins, Brian wrote:
For us, we just care about if the browser is mobile or not, so we just use
a
nasty regex with a redirect. The mobile site does the full wurfl like
detection.
I’d like to warn you about that one, it detects bot’s like Googlebot
also as being an mobile device. My setup does also detect desktop
browsers first, as you may or may not have seen. So it’s the same setup,
but mine has more exclusions to the “desktop” list.
We use some Lua that’s basically a combination of the posted links. It
catches the edge cases a little better. Some things are just easier to
do in a “real” programming language.
Handset Detection has a good solution when it comes to detection and
redirection. There is also a new detection system coming out that allows
you to run the detection either from your server or HD’s. API kits are
currently available for PHP, Ruby, Coldfusion, ASP.net, Java and Python.
Hi, my name is Luca Passani and I am the WURFL creator.
Pardon my jumping into a old thread, but the NGINX module ScientiaMobile
(my
company) released today nicely addresses the question of the original
poster.
More information available here:
Thanks
Luca Passani
CTO @ScientiaMobile
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.