GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Any idea how to reliably detect when we're on a mobile device?

Original comment by [email protected] on 17 Sep 2012 at 4:56

  • Changed state: Accepted

from go-tour.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
A quick and simple way as discused here http://stackoverflow.com/a/3540295 is 
to check for keywords in the user agent.

if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|Windows 
Phone/i.test(navigator.userAgent) == false) {
        editor.focus();
}

N.B. I have included Windows Phone in there too, seperate from the SO answer.

Projects like http://detectmobilebrowsers.com/ offer more robust solutions for 
multiple platforms, they appear to have jQuery script, so that should fit right 
in with the Go Tour already.

Original comment by [email protected] on 18 Sep 2012 at 11:32

from go-tour.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Removing the call to editor.focus() completely (for all platforms) is another 
option.

It's simple, keeps the experience consistent across browsers and isn't a huge 
loss.

Choosing to edit the code requires enough activity that an extra mouse click 
won't be a burden.

Original comment by [email protected] on 19 Mar 2013 at 6:46

from go-tour.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.