Hello,
The function kendo.support.mobileOS is returning false when on Chrome browser using Huawei mobile, model MRD-LX1F.
If using Firefox on same mobile, it returns true.
Android version is 9
EMUI versio 9.1.0
my contact : fuadk@gordano.com
or fuadks@gmail.com
Regards
Fuad
Hi,
The faulty check is reproducible only when the browser is in Dekstop Mode, but in this case it should get detected and treated as a non-mobile browser. As a differentiator one can use kendo.support.touch as Plamen suggested.
Regards,
Angel Petrov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hello,
It seems like some browsers are adding a desktop versions of the mobile browsers and kendo.support.mobileOS is returning false in this cases. Would you please elaborate if you have such setting set at your side and if this is a specific behavior that you observe only on this phone.
Meanwhile one possible check that you can use is kendo.support.touch instead of kendo.support.mobileOS.
Regards,
Plamen
Progress Telerik