To detect the Android OS, we could search the navigator.userAgent string for the 'Android' key word.
However, my question is how to detect whether it's an Android Arm device or an Android X86 device?
To detect the Android OS, we could search the navigator.userAgent string for the 'Android' key word.
However, my question is how to detect whether it's an Android Arm device or an Android X86 device?
Copyright © 2021 Jogjafile Inc.
Try this one:
Original post: API call to get processor architecture