[TIMOB-1565] Android: Ti.Geolocation doesn't work from app.js
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-05-02T17:22:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, geolocation |
Reporter | lukaso |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:56:11.000+0000 |
Updated | 2017-05-02T17:22:54.000+0000 |
Description
On android (at least the emulator), geolocation services will always appear false when called from app.js.
This
Ti.API.warn('Ti.Geolocation.locationServicesEnabled:'+Titanium.Geolocation.locationServicesEnabled);
always displays 'false' from app.js, while displaying 'true' from
an open window.
Assigning to Don for triage.
Closing ticket as the issue cannot be reproduced.