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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top