You can just make actual links, ?styleid=
X
and just repeat until you've got a link for each mobile style version and then just stick it in the footer template for the mobile styles.
basically: vB can't do it automatically, but you can still hardcode it.
eg:
Code:
<ul>
<li><a href="?styleid=XX">Xxxxx</a>
<li><a href="?styleid=XX">Xxxxx</a>
<li><a href="?styleid=XX">Xxxxx</a>
</ul>
or whatever