How do you force the Chinese "Qihoo 360 Browser" to use the Chrome Layout Engine instead of the trident layout engine for your website. Specifically I want all users that use Qihoo 360 Browser that visit my website to use the Chrome38 engine instead of the IE engine.
I have created a site with a valid html5 doctype test but it's still trying to render using trident.
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
Note: I have got it to work in some cases. for example if i modify my /etc/hosts 127.0.0.1 taobao.com
and then host my application locally on port 80. If i visit taobao.com (which redirects to localhost) then it uses Chrome38. This means that it is using some sort of domainname whitelisting.