Closed
Bug 1016040
Opened 10 years ago
Closed 7 years ago
google api can not be called
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: trishul.goel, Unassigned)
Details
(Keywords: b2g-testdriver)
Attachments
(1 file)
7.96 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140506152807
Steps to reproduce:
I am using
https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=true&libraries=places
But still I am getting following error
ReferenceError: google is not defined
var pyrmont = new google.maps.LatLng(lat,lon);
But the code works perfectly in chrome and android(used phonegap for android app)
Works fine in simulator too.
Actual results:
I am using
https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=true&libraries=places
But still I am getting following error
ReferenceError: google is not defined
var pyrmont = new google.maps.LatLng(lat,lon);
But the code works perfectly in chrome and android(used phonegap for android app)
Works fine in simulator too.
Expected results:
I am using
https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=true&libraries=places
But still I am getting following error
ReferenceError: google is not defined
var pyrmont = new google.maps.LatLng(lat,lon);
But the code works perfectly in chrome and android(used phonegap for android app)
Works fine in simulator too.
Keywords: b2g-testdriver
OS: All → Gonk (Firefox OS)
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•