サンプルコード
include("Mobile_Detect.php");
$detect = new Mobile_Detect();
if($detect->iOS()){
// code to run for the Apple iOS platform.
}
if($detect->isAndroidOS()){
// code to run for the Google Android platform.
}
if ($detect->isMobile()) {
// any mobile platform
}
if($detect->isTablet()){
// any tablet
}
0 件のコメント:
コメントを投稿