]> git.mxchange.org Git - friendica.git/blob - vendor/mobiledetect/mobiledetectlib/docs/KNOWN_LIMITATIONS.md
Update Composer
[friendica.git] / vendor / mobiledetect / mobiledetectlib / docs / KNOWN_LIMITATIONS.md
1 **Known limitations**
2
3 * User-Agent and HTTP headers sniffing is overall a non reliable method of detecting a mobile device.
4 * If the mobile browser is set on `Desktop mode`, the Mobile Detect script has no way of knowing that the device is `mobile`.
5 * There are hundreds of devices launched every month, we cannot keep a 100% up to date detection rate.
6 * Some touchscreen devices (eg. Microsoft Surface) are tough to detect as mobile since they can be used in a laptop mode.
7 * Detecting the device brand (eg. Apple, Samsung, HTC) is not 100% reliable.
8 * We don't monitor the quality of the 3rd party tools based on Mobile Detect script. We cannot guarantee that they are using 
9 the class properly or if they provide the latest version.
10 * Version `2.x` is made to be PHP 5.3 compatible because of the backward compatibility changes of PHP.