I got it working under vB4.2.2, but it seems like this can't be done with vB3.8, because the mod you need is only compatible with vB4.x. You can try it anyway.
1.) Download the following mod, unzip, upload and install the files:
https://vborg.vbsupport.ru/showthread.php?t=292704
Credits go to
BirdOPrey5
2.) Edit the plugin "Mobile Browser Check":
Add the following lines at the bottom:
Code:
if ($vbulletin->detect->isMobile())
$vbulletin->options['isMobile'] = 1;
Click save.
3.) Open your header template (where you put the code for the slider) and add this:
Above "<!-- /TS Slider -->" (at the very beginning of the slider code):
Code:
<vb:if condition="!$vboptions['isMobile']">
Under "<!-- /TS Slider -->" (at the very end of the slider code):
Let me know if you got it