ตรวจเช็คอุปกรณ์ของ client
เรียกใช้ 2 ไฟล์นี้
<script src="detect.js"></script>
<script src="detect-device.js"></script>
- method parse() ดึงข้อมูลอุปกรณ์ของ client
window.onload = async function () {
let detectReult = await detectDevice.parse();
console.log(detectReult);
....
};
รายละเอียดข้อมูล
- source
- device_type
- device_model
- os
- os_version
- browser
- browser_version