Thread Starter
vomo2
(@vomo2)
Hi
No, sorry it doesn’t work.
Its not working for anything, but i also don’t get a php error.
i have tried is( ‘LenovoTablet’ ) is( ‘Tablet’ ) is(‘Mobile’)… nothing happend
here is my code:
global $mobble_detect;
if ( $mobble_detect->is(‘mobile’) ) {
echo “<script type=’text/javascript’>alert(‘is mobile’);</script>”;
wp_enqueue_style(‘mobile’, get_template_directory_uri() . ‘/css/navigation-mobile.css’);
}
Any hint for me ?
best volker