Няма описание

geolocation.json 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. {
  2. "title":"Geolocation",
  3. "description":"Method of informing a website of the user's geographical location",
  4. "spec":"https://www.w3.org/TR/geolocation-API/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://html5demos.com/geo",
  9. "title":"Simple demo"
  10. },
  11. {
  12. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-geolocation",
  13. "title":"has.js test"
  14. },
  15. {
  16. "url":"https://www.webplatform.org/docs/apis/geolocation",
  17. "title":"WebPlatform Docs"
  18. }
  19. ],
  20. "bugs":[
  21. {
  22. "description":"IE9 appears to [have some issues](http://social.technet.microsoft.com/Forums/en-IE/ieitprocurrentver/thread/aea4db4e-0720-44fe-a9b8-09917e345080) in correctly determining longitude/latitude."
  23. },
  24. {
  25. "description":"iOS6 has problems with returning [high accuracy data](https://discussions.apple.com/thread/4313850?start=0&tstart=0)."
  26. },
  27. {
  28. "description":"Safari 5 & 6 seem to not provide geolocation data [when using a wired connection](https://stackoverflow.com/questions/3791442/geolocation-in-safari-5)."
  29. },
  30. {
  31. "description":"Firefox 52 and below had a permission dialog with an additional \"not now\" option. This option postponed the permission decision until later and therefore deliberately did not call any callbacks, [see bug](https://bugzilla.mozilla.org/show_bug.cgi?id=675533)"
  32. }
  33. ],
  34. "categories":[
  35. "JS API"
  36. ],
  37. "stats":{
  38. "ie":{
  39. "5.5":"n",
  40. "6":"p",
  41. "7":"p",
  42. "8":"p",
  43. "9":"y",
  44. "10":"y",
  45. "11":"y"
  46. },
  47. "edge":{
  48. "12":"y",
  49. "13":"y",
  50. "14":"y",
  51. "15":"y",
  52. "16":"y",
  53. "17":"y"
  54. },
  55. "firefox":{
  56. "2":"p",
  57. "3":"p",
  58. "3.5":"y",
  59. "3.6":"y",
  60. "4":"y",
  61. "5":"y",
  62. "6":"y",
  63. "7":"y",
  64. "8":"y",
  65. "9":"y",
  66. "10":"y",
  67. "11":"y",
  68. "12":"y",
  69. "13":"y",
  70. "14":"y",
  71. "15":"y",
  72. "16":"y",
  73. "17":"y",
  74. "18":"y",
  75. "19":"y",
  76. "20":"y",
  77. "21":"y",
  78. "22":"y",
  79. "23":"y",
  80. "24":"y",
  81. "25":"y",
  82. "26":"y",
  83. "27":"y",
  84. "28":"y",
  85. "29":"y",
  86. "30":"y",
  87. "31":"y",
  88. "32":"y",
  89. "33":"y",
  90. "34":"y",
  91. "35":"y",
  92. "36":"y",
  93. "37":"y",
  94. "38":"y",
  95. "39":"y",
  96. "40":"y",
  97. "41":"y",
  98. "42":"y",
  99. "43":"y",
  100. "44":"y",
  101. "45":"y",
  102. "46":"y",
  103. "47":"y",
  104. "48":"y",
  105. "49":"y",
  106. "50":"y",
  107. "51":"y",
  108. "52":"y",
  109. "53":"y",
  110. "54":"y",
  111. "55":"y #1",
  112. "56":"y #1",
  113. "57":"y #1",
  114. "58":"y #1",
  115. "59":"y #1",
  116. "60":"y #1",
  117. "61":"y #1"
  118. },
  119. "chrome":{
  120. "4":"a",
  121. "5":"y",
  122. "6":"y",
  123. "7":"y",
  124. "8":"y",
  125. "9":"y",
  126. "10":"y",
  127. "11":"y",
  128. "12":"y",
  129. "13":"y",
  130. "14":"y",
  131. "15":"y",
  132. "16":"y",
  133. "17":"y",
  134. "18":"y",
  135. "19":"y",
  136. "20":"y",
  137. "21":"y",
  138. "22":"y",
  139. "23":"y",
  140. "24":"y",
  141. "25":"y",
  142. "26":"y",
  143. "27":"y",
  144. "28":"y",
  145. "29":"y",
  146. "30":"y",
  147. "31":"y",
  148. "32":"y",
  149. "33":"y",
  150. "34":"y",
  151. "35":"y",
  152. "36":"y",
  153. "37":"y",
  154. "38":"y",
  155. "39":"y",
  156. "40":"y",
  157. "41":"y",
  158. "42":"y",
  159. "43":"y",
  160. "44":"y",
  161. "45":"y",
  162. "46":"y",
  163. "47":"y",
  164. "48":"y",
  165. "49":"y",
  166. "50":"y #1",
  167. "51":"y #1",
  168. "52":"y #1",
  169. "53":"y #1",
  170. "54":"y #1",
  171. "55":"y #1",
  172. "56":"y #1",
  173. "57":"y #1",
  174. "58":"y #1",
  175. "59":"y #1",
  176. "60":"y #1",
  177. "61":"y #1",
  178. "62":"y #1",
  179. "63":"y #1",
  180. "64":"y #1",
  181. "65":"y #1",
  182. "66":"y #1",
  183. "67":"y #1"
  184. },
  185. "safari":{
  186. "3.1":"p",
  187. "3.2":"p",
  188. "4":"p",
  189. "5":"y",
  190. "5.1":"y",
  191. "6":"y",
  192. "6.1":"y",
  193. "7":"y",
  194. "7.1":"y",
  195. "8":"y",
  196. "9":"y",
  197. "9.1":"y",
  198. "10":"y #1",
  199. "10.1":"y",
  200. "11":"y",
  201. "11.1":"y",
  202. "TP":"y"
  203. },
  204. "opera":{
  205. "9":"n",
  206. "9.5-9.6":"n",
  207. "10.0-10.1":"p",
  208. "10.5":"p",
  209. "10.6":"y",
  210. "11":"y",
  211. "11.1":"y",
  212. "11.5":"y",
  213. "11.6":"y",
  214. "12":"y",
  215. "12.1":"y",
  216. "15":"n",
  217. "16":"y",
  218. "17":"y",
  219. "18":"y",
  220. "19":"y",
  221. "20":"y",
  222. "21":"y",
  223. "22":"y",
  224. "23":"y",
  225. "24":"y",
  226. "25":"y",
  227. "26":"y",
  228. "27":"y",
  229. "28":"y",
  230. "29":"y",
  231. "30":"y",
  232. "31":"y",
  233. "32":"y",
  234. "33":"y",
  235. "34":"y",
  236. "35":"y",
  237. "36":"y",
  238. "37":"y",
  239. "38":"y",
  240. "39":"y #1",
  241. "40":"y #1",
  242. "41":"y #1",
  243. "42":"y #1",
  244. "43":"y #1",
  245. "44":"y #1",
  246. "45":"y #1",
  247. "46":"y #1",
  248. "47":"y #1",
  249. "48":"y #1",
  250. "49":"y #1",
  251. "50":"y #1",
  252. "51":"y #1",
  253. "52":"y #1"
  254. },
  255. "ios_saf":{
  256. "3.2":"y",
  257. "4.0-4.1":"y",
  258. "4.2-4.3":"y",
  259. "5.0-5.1":"y",
  260. "6.0-6.1":"y",
  261. "7.0-7.1":"y",
  262. "8":"y",
  263. "8.1-8.4":"y",
  264. "9.0-9.2":"y",
  265. "9.3":"y",
  266. "10.0-10.2":"y #1",
  267. "10.3":"y #1",
  268. "11.0-11.2":"y #1",
  269. "11.3":"y #1"
  270. },
  271. "op_mini":{
  272. "all":"n"
  273. },
  274. "android":{
  275. "2.1":"y",
  276. "2.2":"y",
  277. "2.3":"y",
  278. "3":"y",
  279. "4":"y",
  280. "4.1":"y",
  281. "4.2-4.3":"y",
  282. "4.4":"y",
  283. "4.4.3-4.4.4":"y",
  284. "62":"y #1"
  285. },
  286. "bb":{
  287. "7":"y",
  288. "10":"y"
  289. },
  290. "op_mob":{
  291. "10":"p",
  292. "11":"y",
  293. "11.1":"y",
  294. "11.5":"y",
  295. "12":"y",
  296. "12.1":"y",
  297. "37":"y"
  298. },
  299. "and_chr":{
  300. "64":"y #1"
  301. },
  302. "and_ff":{
  303. "57":"y #1"
  304. },
  305. "ie_mob":{
  306. "10":"y",
  307. "11":"y"
  308. },
  309. "and_uc":{
  310. "11.8":"y"
  311. },
  312. "samsung":{
  313. "4":"y",
  314. "5":"y #1",
  315. "6.2":"y #1"
  316. },
  317. "and_qq":{
  318. "1.2":"y #1"
  319. },
  320. "baidu":{
  321. "7.12":"y #1"
  322. }
  323. },
  324. "notes":"",
  325. "notes_by_num":{
  326. "1":"Only works on secure (https) servers"
  327. },
  328. "usage_perc_y":94.97,
  329. "usage_perc_a":0,
  330. "ucprefix":false,
  331. "parent":"",
  332. "keywords":"",
  333. "ie_id":"geolocation",
  334. "chrome_id":"6348855016685568",
  335. "firefox_id":"",
  336. "webkit_id":"",
  337. "shown":true
  338. }