Mobile-Detect icon indicating copy to clipboard operation
Mobile-Detect copied to clipboard

is table is not right

Open ghost opened this issue 5 years ago • 3 comments

include __DIR__.'/libraries/Yf/Utils/Device.php';


echo 'is mobile:'.Yf_Utils_Device::isMobile()."<br>";
echo 'is isTablet:'.Yf_Utils_Device::isMobile();

when i use phone visit ,its show

image

this is not right.

ghost avatar Sep 04 '18 10:09 ghost

What phone do you use?

u-mulder avatar Sep 04 '18 10:09 u-mulder

its a big screen like tv. but its system is andriod

ghost avatar Sep 06 '18 05:09 ghost

@mustify Please add the useragent.

mimmi20 avatar Sep 06 '18 06:09 mimmi20