Thank you for your info I achieved this by adding following if statement after the code:
if(strstr($_SERVER['HTTP_USER_AGENT'],'iPod') || strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPad'))
{
$showDownload = 0;
}
Is it possible to apply styles to song title using if statement if the user is using iOS?