I need to use my .htaccess file to redirect users to jquery-mobile , which supports the version of my site. For technical reasons, I cannot rely on doing redirects using php or ruby or any other language.
So I'm basically trying to translate the list of jQuery-supported mobile browsers into a somewhat more concise list of agent agents (possibly regexp).
Does such a list / regexp exist?
Note . I’m looking for a yes / no answer to the question “Does the user use a jquery-mobile-enabled browser?” Answer not common browser IDs / lists like wurfl or the zyntrax list of mobile phones unless they contain a special jQuery-mobile section.
source
share