geolocation.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. {
  2. "title":"Geolocation",
  3. "description":"Method of informing a website of the user's geographical location",
  4. "spec":"http://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":"http://docs.webplatform.org/wiki/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](http://stackoverflow.com/questions/3791442/geolocation-in-safari-5)."
  29. },
  30. {
  31. "description":"Firefox sometimes fails to call the success or error 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. },
  52. "firefox":{
  53. "2":"p",
  54. "3":"p",
  55. "3.5":"y",
  56. "3.6":"y",
  57. "4":"y",
  58. "5":"y",
  59. "6":"y",
  60. "7":"y",
  61. "8":"y",
  62. "9":"y",
  63. "10":"y",
  64. "11":"y",
  65. "12":"y",
  66. "13":"y",
  67. "14":"y",
  68. "15":"y",
  69. "16":"y",
  70. "17":"y",
  71. "18":"y",
  72. "19":"y",
  73. "20":"y",
  74. "21":"y",
  75. "22":"y",
  76. "23":"y",
  77. "24":"y",
  78. "25":"y",
  79. "26":"y",
  80. "27":"y",
  81. "28":"y",
  82. "29":"y",
  83. "30":"y",
  84. "31":"y",
  85. "32":"y",
  86. "33":"y",
  87. "34":"y",
  88. "35":"y",
  89. "36":"y",
  90. "37":"y",
  91. "38":"y",
  92. "39":"y",
  93. "40":"y",
  94. "41":"y",
  95. "42":"y",
  96. "43":"y",
  97. "44":"y",
  98. "45":"y",
  99. "46":"y",
  100. "47":"y",
  101. "48":"y",
  102. "49":"y",
  103. "50":"y",
  104. "51":"y",
  105. "52":"y",
  106. "53":"y"
  107. },
  108. "chrome":{
  109. "4":"a",
  110. "5":"y",
  111. "6":"y",
  112. "7":"y",
  113. "8":"y",
  114. "9":"y",
  115. "10":"y",
  116. "11":"y",
  117. "12":"y",
  118. "13":"y",
  119. "14":"y",
  120. "15":"y",
  121. "16":"y",
  122. "17":"y",
  123. "18":"y",
  124. "19":"y",
  125. "20":"y",
  126. "21":"y",
  127. "22":"y",
  128. "23":"y",
  129. "24":"y",
  130. "25":"y",
  131. "26":"y",
  132. "27":"y",
  133. "28":"y",
  134. "29":"y",
  135. "30":"y",
  136. "31":"y",
  137. "32":"y",
  138. "33":"y",
  139. "34":"y",
  140. "35":"y",
  141. "36":"y",
  142. "37":"y",
  143. "38":"y",
  144. "39":"y",
  145. "40":"y",
  146. "41":"y",
  147. "42":"y",
  148. "43":"y",
  149. "44":"y",
  150. "45":"y",
  151. "46":"y",
  152. "47":"y",
  153. "48":"y",
  154. "49":"y",
  155. "50":"y",
  156. "51":"y",
  157. "52":"y #1",
  158. "53":"y #1",
  159. "54":"y #1",
  160. "55":"y #1",
  161. "56":"y #1",
  162. "57":"y #1"
  163. },
  164. "safari":{
  165. "3.1":"p",
  166. "3.2":"p",
  167. "4":"p",
  168. "5":"y",
  169. "5.1":"y",
  170. "6":"y",
  171. "6.1":"y",
  172. "7":"y",
  173. "7.1":"y",
  174. "8":"y",
  175. "9":"y",
  176. "9.1":"y",
  177. "10":"y #1",
  178. "TP":"y"
  179. },
  180. "opera":{
  181. "9":"n",
  182. "9.5-9.6":"n",
  183. "10.0-10.1":"p",
  184. "10.5":"p",
  185. "10.6":"y",
  186. "11":"y",
  187. "11.1":"y",
  188. "11.5":"y",
  189. "11.6":"y",
  190. "12":"y",
  191. "12.1":"y",
  192. "15":"n",
  193. "16":"y",
  194. "17":"y",
  195. "18":"y",
  196. "19":"y",
  197. "20":"y",
  198. "21":"y",
  199. "22":"y",
  200. "23":"y",
  201. "24":"y",
  202. "25":"y",
  203. "26":"y",
  204. "27":"y",
  205. "28":"y",
  206. "29":"y",
  207. "30":"y",
  208. "31":"y",
  209. "32":"y",
  210. "33":"y",
  211. "34":"y",
  212. "35":"y",
  213. "36":"y",
  214. "37":"y",
  215. "38":"y",
  216. "39":"y #1",
  217. "40":"y #1",
  218. "41":"y #1",
  219. "42":"y #1",
  220. "43":"y #1"
  221. },
  222. "ios_saf":{
  223. "3.2":"y",
  224. "4.0-4.1":"y",
  225. "4.2-4.3":"y",
  226. "5.0-5.1":"y",
  227. "6.0-6.1":"y",
  228. "7.0-7.1":"y",
  229. "8":"y",
  230. "8.1-8.4":"y",
  231. "9.0-9.2":"y",
  232. "9.3":"y",
  233. "10-10.1":"y #1"
  234. },
  235. "op_mini":{
  236. "all":"n"
  237. },
  238. "android":{
  239. "2.1":"y",
  240. "2.2":"y",
  241. "2.3":"y",
  242. "3":"y",
  243. "4":"y",
  244. "4.1":"y",
  245. "4.2-4.3":"y",
  246. "4.4":"y",
  247. "4.4.3-4.4.4":"y",
  248. "53":"y #1"
  249. },
  250. "bb":{
  251. "7":"y",
  252. "10":"y"
  253. },
  254. "op_mob":{
  255. "10":"p",
  256. "11":"y",
  257. "11.1":"y",
  258. "11.5":"y",
  259. "12":"y",
  260. "12.1":"y",
  261. "37":"y"
  262. },
  263. "and_chr":{
  264. "54":"y #1"
  265. },
  266. "and_ff":{
  267. "50":"y"
  268. },
  269. "ie_mob":{
  270. "10":"y",
  271. "11":"y"
  272. },
  273. "and_uc":{
  274. "11":"y"
  275. },
  276. "samsung":{
  277. "4":"y"
  278. }
  279. },
  280. "notes":"",
  281. "notes_by_num":{
  282. "1":"Only works on secure (https) servers"
  283. },
  284. "usage_perc_y":93.45,
  285. "usage_perc_a":0,
  286. "ucprefix":false,
  287. "parent":"",
  288. "keywords":"",
  289. "ie_id":"geolocation",
  290. "chrome_id":"6348855016685568",
  291. "firefox_id":"",
  292. "webkit_id":"",
  293. "shown":true
  294. }