0
這是我使用的移動重定向腳本。出於某種原因,它不會將iPhone重定向到Safari。我加入| safari |就像你看到的|黑莓|但它會重定向Google Chrome,即使在電腦上也是如此。有沒有人有任何建議讓Safari瀏覽器工作在這個代碼或獨立的代碼上,我可以在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>