© 2021 - The API Company
How to (precisely) detect the device model with JS
Sunday, 09 February 2020 by admin
In 2020 we live in a more personalised world than ever before. To make web pages transform to the personal needs of the user, information about the visiter is needed. As a data scientist and web developer I struggle a lot with gathering data about the visitors on my website. One of theses struggles is
- Published in Device detection, JavaScript
Device detection for iPhone and iPad with JavaScript
Wednesday, 20 February 2019 by admin
Not possible to detect the type of iOS device with Javascript. Currently it is not possible for web developers to detect the type of iOS device with Javascript. In contrast to Android devices, Apple does not let you see whether visitors use an old iPhone 3G or the newest iPhone XS. However, if you want
- Published in Device detection, JavaScript