How do I get Geolocation API to work in Dartium?

前端 未结 2 1843
慢半拍i
慢半拍i 2021-01-22 10:13

I\'m trying to test in Dartium browser using the Geolocation API. In particular I try doing the following

window.naviga         


        
相关标签:
2条回答
  • 2021-01-22 10:23

    This is a bug.

    I posted this question on https://groups.google.com/a/dartlang.org/forum/#!topic/web/UMJHJlQH7wc, where Seth Ladd asked me to open a bug.

    I've opened a bug for this, https://code.google.com/p/dart/issues/detail?id=15866. So hopefully this will be resolved soon.

    0 讨论(0)
  • 2021-01-22 10:32

    Maybe you are running into this issue

    Geolocation giving 403 error

    Should be fixable by providing Google API keys for Dartium

    0 讨论(0)
提交回复
热议问题