如何在代码级别 (HTML/JavaScript) 中识别 Amazon Fire TV 和 Fire Stick ..?

How to identify Amazon Fire TV and Fire Stick in code level (HTML/JavaScript) ..?

我使用 HTML5 和 JavaScript 开发了一个 Fire TV 应用程序。这里我需要确定当前访问的设备是什么。 Amazon Fire TV 或 Amazon Fire Stick。

如何使用 HTML/JavaScript..?

谢谢

您应该可以通过检查 user agent string which has the device model.

来区分它们

android.os.Build.MODEL

  • AFTB(第一代 Fire TV)
  • AFTS(Fire TV Gen 2)
  • AFTM(火 第 1 代电视棒
  • AFTT(Fire TV Stick Gen 2)