You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
6.2 KiB

7 years ago
  1. <!--
  2. # license: Licensed to the Apache Software Foundation (ASF) under one
  3. # or more contributor license agreements. See the NOTICE file
  4. # distributed with this work for additional information
  5. # regarding copyright ownership. The ASF licenses this file
  6. # to you under the Apache License, Version 2.0 (the
  7. # "License"); you may not use this file except in compliance
  8. # with the License. You may obtain a copy of the License at
  9. #
  10. # http://www.apache.org/licenses/LICENSE-2.0
  11. #
  12. # Unless required by applicable law or agreed to in writing,
  13. # software distributed under the License is distributed on an
  14. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. # KIND, either express or implied. See the License for the
  16. # specific language governing permissions and limitations
  17. # under the License.
  18. -->
  19. # cordova-plugin-device
  20. [![Build Status](https://travis-ci.org/apache/cordova-plugin-device.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-device)
  21. 這個外掛程式定義全球 `device` 物件,描述該設備的硬體和軟體。 雖然物件是在全球範圍內,但不是可用,直到後 `deviceready` 事件。
  22. document.addEventListener("deviceready", onDeviceReady, false);
  23. function onDeviceReady() {
  24. console.log(device.cordova);
  25. }
  26. ## 安裝
  27. cordova plugin add cordova-plugin-device
  28. ## 屬性
  29. * device.cordova
  30. * device.model
  31. * device.platform
  32. * device.uuid
  33. * device.version
  34. ## device.cordova
  35. 獲取科爾多瓦在設備上運行的版本。
  36. ### 支援的平臺
  37. * 亞馬遜火 OS
  38. * Android 系統
  39. * 黑莓 10
  40. * 瀏覽器
  41. * 火狐瀏覽器作業系統
  42. * iOS
  43. * Tizen
  44. * Windows Phone 7 和 8
  45. * Windows 8
  46. ## device.model
  47. `device.model`返回設備的模型或產品的名稱。值由設備製造商設置和同一產品的不同版本可能不同。
  48. ### 支援的平臺
  49. * Android 系統
  50. * 黑莓 10
  51. * 瀏覽器
  52. * iOS
  53. * Tizen
  54. * Windows Phone 7 和 8
  55. * Windows 8
  56. ### 快速的示例
  57. // Android: Nexus One returns "Passion" (Nexus One code name)
  58. // Motorola Droid returns "voles"
  59. // BlackBerry: Torch 9800 returns "9800"
  60. // Browser: Google Chrome returns "Chrome"
  61. // Safari returns "Safari"
  62. // iOS: for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. 請參閱 HTTP://theiphonewiki.com/wiki/index.php?title=Models / / var 模型 = device.model ;
  63. ### Android 的怪癖
  64. * 獲取[產品名稱](http://developer.android.com/reference/android/os/Build.html#PRODUCT)而不是[產品型號名稱](http://developer.android.com/reference/android/os/Build.html#MODEL),這往往是生產代碼名稱。 例如,Nexus One 返回 `Passion` ,和摩托羅拉 Droid 返回`voles`.
  65. ### Tizen 怪癖
  66. * 例如,返回與供應商指派的設備模型`TIZEN`
  67. ### Windows Phone 7 和 8 怪癖
  68. * 返回由製造商指定的設備模型。例如,三星焦點返回`SGH-i917`.
  69. ## device.platform
  70. 獲取設備的作業系統名稱。
  71. var string = device.platform;
  72. ### 支援的平臺
  73. * Android 系統
  74. * 黑莓 10
  75. * Browser4
  76. * 火狐瀏覽器作業系統
  77. * iOS
  78. * Tizen
  79. * Windows Phone 7 和 8
  80. * Windows 8
  81. ### 快速的示例
  82. // Depending on the device, a few examples are:
  83. // - "Android"
  84. // - "BlackBerry 10"
  85. // - Browser: returns "MacIntel" on Mac
  86. // returns "Win32" on Windows
  87. // - "iOS"
  88. // - "WinCE"
  89. // - "Tizen"
  90. var devicePlatform = device.platform;
  91. ### Windows Phone 7 的怪癖
  92. Windows Phone 7 設備報告作為平臺`WinCE`.
  93. ### Windows Phone 8 怪癖
  94. Windows Phone 8 設備報告作為平臺`Win32NT`.
  95. ## device.uuid
  96. 獲取設備的通用唯一識別碼 ([UUID](http://en.wikipedia.org/wiki/Universally_Unique_Identifier)).
  97. var string = device.uuid;
  98. ### 說明
  99. 如何生成一個 UUID 的細節由設備製造商和特定于設備的平臺或模型。
  100. ### 支援的平臺
  101. * Android 系統
  102. * 黑莓 10
  103. * iOS
  104. * Tizen
  105. * Windows Phone 7 和 8
  106. * Windows 8
  107. ### 快速的示例
  108. / / Android: 一個隨機的 64 位整數 (作為字串返回,再次!) / / 上設備的第一次啟動生成的整數 / / / / 黑莓手機: 返回設備的 PIN 號碼 / / 這是九個數字的唯一整數 (作為字串,雖然!) / / / / iPhone: (從 UIDevice 類文檔解釋) / / 返回一個字串的雜湊值創建的多個硬體標識。
  109. / / 它保證是唯一的每個設備並不能綁 / / 到使用者帳戶。
  110. / / Windows Phone 7: 返回的雜湊代碼的設備 + 當前使用者,/ / 如果未定義使用者,則一個 guid 生成的並且將會保留直到卸載該應用程式 / / Tizen: 返回設備 IMEI (國際行動裝置身份或 IMEI 是一個數位 / / 獨有的每一個 UMTS 和 GSM 行動電話。
  111. var deviceID = device.uuid;
  112. ### iOS 怪癖
  113. `uuid`在 iOS 不是唯一的一種裝置,但對於每個應用程式,為每個安裝而異。 如果您刪除並重新安裝該應用程式,它更改和可能還當你升級 iOS,或甚至升級每個版本 (iOS 5.1 中存在明顯的) 的應用程式。 `uuid`不是一個可靠的值。
  114. ### Windows Phone 7 和 8 怪癖
  115. `uuid`為 Windows Phone 7 須經許可 `ID_CAP_IDENTITY_DEVICE` 。 Microsoft 可能會很快棄用此屬性。 如果沒有可用的能力,應用程式將生成設備上應用程式的安裝過程中保持持續的 guid。
  116. ## device.version
  117. 獲取作業系統版本。
  118. var string = device.version;
  119. ### 支援的平臺
  120. * Android 2.1 +
  121. * 黑莓 10
  122. * 瀏覽器
  123. * iOS
  124. * Tizen
  125. * Windows Phone 7 和 8
  126. * Windows 8
  127. ### 快速的示例
  128. // Android: Froyo OS would return "2.2"
  129. // Eclair OS would return "2.1", "2.0.1", or "2.0"
  130. // Version can also return update level "2.1-update1"
  131. //
  132. // BlackBerry: Torch 9800 using OS 6.0 would return "6.0.0.600"
  133. //
  134. // Browser: Returns version number for the browser
  135. //
  136. // iPhone: iOS 3.2 returns "3.2"
  137. //
  138. // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
  139. // Tizen: returns "TIZEN_20120425_2"
  140. var deviceVersion = device.version;