Drupal. Mobile site detection/redirection suggestions. (Not WURFL or DeviceAtlas)

StackOverflow https://stackoverflow.com/questions/8906354

  •  17-04-2021
  •  | 
  •  

Pergunta

Just looking for some mobile detection advice.

I have used Drupal to develop my site. I am having problems as how to build in mobile detection.

Example: (If on a mobile).

www.mysite.com redirects to m.mysite.com. www.mysite.com/bob redirects to m.mysite.com/bob.

I have heard good things about WURFL but that now requires a fairly expensive license. A quick google got me to DeviceAtlas, but this needs a commercial license also.

Is there no good/open source code out there?

Foi útil?

Solução

ScientiaMobile (WURFL) will have a cloud product launching shortly that will have a free version depending on your site traffic, as well as some more affordable plans if purchasing a commercial license isn't a good fit for you. Might be a fit for your needs when it's available.

Chad

Outras dicas

If you are looking for an alternative to expensive server side detection and redirection service, handset detection can help you with that. The features are one of the best in the industry and it's definitely worth it. They do offer three different plans but the good thing is they offer a free plan and depending on your site traffic, you can just upgrade when you it's necessary.

I hope this helps.

Cheers,

Florante

You will need to check user agent of the browser when a request is received. That contains enough information. Maximum traffic can be expected from iPhone/iPad browsers.

Here is an article that lists out the user agent strings

You might like a take a look at 51Degrees.mobi. There is an entirely free for commercial use, no cloud service, version licensed under the Mozilla Public License. If you need more device properties than IsMobile and Screen Size there is a paid for commercial version. For more details see this link.

James - Founder - 51degrees.mobi

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top