geolocation.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  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. "18":"y"
  55. },
  56. "firefox":{
  57. "2":"p",
  58. "3":"p",
  59. "3.5":"y",
  60. "3.6":"y",
  61. "4":"y",
  62. "5":"y",
  63. "6":"y",
  64. "7":"y",
  65. "8":"y",
  66. "9":"y",
  67. "10":"y",
  68. "11":"y",
  69. "12":"y",
  70. "13":"y",
  71. "14":"y",
  72. "15":"y",
  73. "16":"y",
  74. "17":"y",
  75. "18":"y",
  76. "19":"y",
  77. "20":"y",
  78. "21":"y",
  79. "22":"y",
  80. "23":"y",
  81. "24":"y",
  82. "25":"y",
  83. "26":"y",
  84. "27":"y",
  85. "28":"y",
  86. "29":"y",
  87. "30":"y",
  88. "31":"y",
  89. "32":"y",
  90. "33":"y",
  91. "34":"y",
  92. "35":"y",
  93. "36":"y",
  94. "37":"y",
  95. "38":"y",
  96. "39":"y",
  97. "40":"y",
  98. "41":"y",
  99. "42":"y",
  100. "43":"y",
  101. "44":"y",
  102. "45":"y",
  103. "46":"y",
  104. "47":"y",
  105. "48":"y",
  106. "49":"y",
  107. "50":"y",
  108. "51":"y",
  109. "52":"y",
  110. "53":"y",
  111. "54":"y",
  112. "55":"y #1",
  113. "56":"y #1",
  114. "57":"y #1",
  115. "58":"y #1",
  116. "59":"y #1",
  117. "60":"y #1",
  118. "61":"y #1",
  119. "62":"y #1",
  120. "63":"y #1",
  121. "64":"y #1",
  122. "65":"y #1",
  123. "66":"y #1"
  124. },
  125. "chrome":{
  126. "4":"a",
  127. "5":"y",
  128. "6":"y",
  129. "7":"y",
  130. "8":"y",
  131. "9":"y",
  132. "10":"y",
  133. "11":"y",
  134. "12":"y",
  135. "13":"y",
  136. "14":"y",
  137. "15":"y",
  138. "16":"y",
  139. "17":"y",
  140. "18":"y",
  141. "19":"y",
  142. "20":"y",
  143. "21":"y",
  144. "22":"y",
  145. "23":"y",
  146. "24":"y",
  147. "25":"y",
  148. "26":"y",
  149. "27":"y",
  150. "28":"y",
  151. "29":"y",
  152. "30":"y",
  153. "31":"y",
  154. "32":"y",
  155. "33":"y",
  156. "34":"y",
  157. "35":"y",
  158. "36":"y",
  159. "37":"y",
  160. "38":"y",
  161. "39":"y",
  162. "40":"y",
  163. "41":"y",
  164. "42":"y",
  165. "43":"y",
  166. "44":"y",
  167. "45":"y",
  168. "46":"y",
  169. "47":"y",
  170. "48":"y",
  171. "49":"y",
  172. "50":"y #1",
  173. "51":"y #1",
  174. "52":"y #1",
  175. "53":"y #1",
  176. "54":"y #1",
  177. "55":"y #1",
  178. "56":"y #1",
  179. "57":"y #1",
  180. "58":"y #1",
  181. "59":"y #1",
  182. "60":"y #1",
  183. "61":"y #1",
  184. "62":"y #1",
  185. "63":"y #1",
  186. "64":"y #1",
  187. "65":"y #1",
  188. "66":"y #1",
  189. "67":"y #1",
  190. "68":"y #1",
  191. "69":"y #1",
  192. "70":"y #1",
  193. "71":"y #1",
  194. "72":"y #1",
  195. "73":"y #1",
  196. "74":"y #1"
  197. },
  198. "safari":{
  199. "3.1":"p",
  200. "3.2":"p",
  201. "4":"p",
  202. "5":"y",
  203. "5.1":"y",
  204. "6":"y",
  205. "6.1":"y",
  206. "7":"y",
  207. "7.1":"y",
  208. "8":"y",
  209. "9":"y",
  210. "9.1":"y",
  211. "10":"y #1",
  212. "10.1":"y",
  213. "11":"y",
  214. "11.1":"y",
  215. "12":"y",
  216. "TP":"y"
  217. },
  218. "opera":{
  219. "9":"n",
  220. "9.5-9.6":"n",
  221. "10.0-10.1":"p",
  222. "10.5":"p",
  223. "10.6":"y",
  224. "11":"y",
  225. "11.1":"y",
  226. "11.5":"y",
  227. "11.6":"y",
  228. "12":"y",
  229. "12.1":"y",
  230. "15":"n",
  231. "16":"y",
  232. "17":"y",
  233. "18":"y",
  234. "19":"y",
  235. "20":"y",
  236. "21":"y",
  237. "22":"y",
  238. "23":"y",
  239. "24":"y",
  240. "25":"y",
  241. "26":"y",
  242. "27":"y",
  243. "28":"y",
  244. "29":"y",
  245. "30":"y",
  246. "31":"y",
  247. "32":"y",
  248. "33":"y",
  249. "34":"y",
  250. "35":"y",
  251. "36":"y",
  252. "37":"y",
  253. "38":"y",
  254. "39":"y #1",
  255. "40":"y #1",
  256. "41":"y #1",
  257. "42":"y #1",
  258. "43":"y #1",
  259. "44":"y #1",
  260. "45":"y #1",
  261. "46":"y #1",
  262. "47":"y #1",
  263. "48":"y #1",
  264. "49":"y #1",
  265. "50":"y #1",
  266. "51":"y #1",
  267. "52":"y #1",
  268. "53":"y #1",
  269. "54":"y #1",
  270. "55":"y #1",
  271. "56":"y #1",
  272. "57":"y #1"
  273. },
  274. "ios_saf":{
  275. "3.2":"y",
  276. "4.0-4.1":"y",
  277. "4.2-4.3":"y",
  278. "5.0-5.1":"y",
  279. "6.0-6.1":"y",
  280. "7.0-7.1":"y",
  281. "8":"y",
  282. "8.1-8.4":"y",
  283. "9.0-9.2":"y",
  284. "9.3":"y",
  285. "10.0-10.2":"y #1",
  286. "10.3":"y #1",
  287. "11.0-11.2":"y #1",
  288. "11.3-11.4":"y #1",
  289. "12.0-12.1":"y #1"
  290. },
  291. "op_mini":{
  292. "all":"n"
  293. },
  294. "android":{
  295. "2.1":"y",
  296. "2.2":"y",
  297. "2.3":"y",
  298. "3":"y",
  299. "4":"y",
  300. "4.1":"y",
  301. "4.2-4.3":"y",
  302. "4.4":"y",
  303. "4.4.3-4.4.4":"y",
  304. "67":"y #1"
  305. },
  306. "bb":{
  307. "7":"y",
  308. "10":"y"
  309. },
  310. "op_mob":{
  311. "10":"p",
  312. "11":"y",
  313. "11.1":"y",
  314. "11.5":"y",
  315. "12":"y",
  316. "12.1":"y",
  317. "46":"y"
  318. },
  319. "and_chr":{
  320. "70":"y #1"
  321. },
  322. "and_ff":{
  323. "63":"y #1"
  324. },
  325. "ie_mob":{
  326. "10":"y",
  327. "11":"y"
  328. },
  329. "and_uc":{
  330. "11.8":"y"
  331. },
  332. "samsung":{
  333. "4":"y",
  334. "5":"y #1",
  335. "6.2":"y #1",
  336. "7.2":"y #1"
  337. },
  338. "and_qq":{
  339. "1.2":"y #1"
  340. },
  341. "baidu":{
  342. "7.12":"y #1"
  343. }
  344. },
  345. "notes":"",
  346. "notes_by_num":{
  347. "1":"Only works on secure (https) servers"
  348. },
  349. "usage_perc_y":93.62,
  350. "usage_perc_a":0,
  351. "ucprefix":false,
  352. "parent":"",
  353. "keywords":"",
  354. "ie_id":"geolocation",
  355. "chrome_id":"6348855016685568",
  356. "firefox_id":"",
  357. "webkit_id":"",
  358. "shown":true
  359. }