これは私が使用するモバイルリダイレクトスクリプトです。何らかの理由で、SafariをiPhoneにリダイレクトしません。|safari|に追加しました ご覧のとおり|ブラックベリー| ただし、コンピューター上でもGoogleChromeをリダイレクトします。SafariをこのコードまたはSafariで独立して動作する別のコードで動作させるためのアドバイスはありますか?
<script type="text/javascript">// <![CDATA[
var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
if (mobile) {document.location = "http://www.grossmag.com/mobi";}
// ]]></script>