Great add-on!
i got everything working perfectly, except the link to switch to default style doesn't work in conjunction with Mobile Device Detection..
Edit:
i got it to work by editing product-mobdetect37.xml and adding the following at the end of the php code block:
PHP Code:
if ($_GET['styleid']!=""){
$styleid=$_GET['styleid'];
echo "<!-- Overriding mobile style-->";
}