我想知道它是 iphone 还是 android 手机,我使用下面的代码进行检测,但这显示为 Android 或 iphone 设备的移动.....
但需要像 Android/iphone/ipad....
public function preExecute() {
...
$context = $this->getContext();
$request = $context->getRequest();
$response = $context->getResponse();
print_r($request->getHttpHeader('User-Agent'));
....
}