php
私のウェブサイトがいつモバイル/タブレットで開かれているかを知るには、道が必要です。私は特定の各デバイスの設計(iPhone、Androidとタブレットの)携帯端末の入手方法
を必要とする私はこれを試してみたが、そのは正常に動作しません:
<?php if(stristr($_SERVER['HTTP_USER_AGENT'], "Mobile"))
{ // if mobile browser ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/mobile.css" type="text/css" media="screen" />
<?php }
誰も私を助けることができますか?
あなたはhttps://stackoverflow.com/questions/4117555/simplest-way-to-detect-a-mobile-deviceをチェックすることができます。既にansがあります –