Closed
Bug 1054991
Opened 10 years ago
Closed 10 years ago
geolocation issue
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1033274
People
(Reporter: agnieszka.baranowska, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36
Steps to reproduce:
I called geolocation API (ie. getCurrentPosition) from phone device in the building (GPS doesn't work) and with internet connection (via wifi).
Actual results:
It works only once - first call of API returns correct position. Then each next call of API returns error – timeout (code = 3).
Expected results:
Each time I should return correct position.
Reporter | ||
Comment 1•10 years ago
|
||
I should add that I called API with following options:
enableHighAccuracy = false
timeout = 60000
maximumAge = 0
Reporter | ||
Comment 2•10 years ago
|
||
I should add information about:
- phone device -> Flame (model qcom)
- software -> Boot2Gecko 2.1.0.0-prerelease
Comment 4•10 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #3)
> Looks like a dupe of Bug 1033274 ?
Yep.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(kchen)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•