Question

I am working on a site with jQuery that seems to run beautifully on everything but Opera Mini, which chokes on pretty much any kind of Javascript-based interactivity I've worked with. Is there a way to call out this mobile browser specifically for a website redirect without it calling out all Opera/Opera Mobile browsers as well?

Thanks!

Was it helpful?

Solution

You can detect it by the presence of Opera Mini in the User-Agent header.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top