Skip to content

playerarm123/mobile_devices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobile_devices

ตรวจเช็คอุปกรณ์ของ 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

About

mobile device list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published