You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex B (JIRA)" <ji...@apache.org> on 2015/02/10 20:42:12 UTC

[jira] [Created] (FLEX-34745) Geolocation is not working

Alex B created FLEX-34745:
-----------------------------

             Summary: Geolocation is not working
                 Key: FLEX-34745
                 URL: https://issues.apache.org/jira/browse/FLEX-34745
             Project: Apache Flex
          Issue Type: Bug
    Affects Versions: Apache Flex 4.14.0
         Environment: iOS and Android
            Reporter: Alex B


Geolocation is not working

Steps to reproduce:
1. Create a mobile app, and put this in the creationComplete handler:

geo = new Geolocation();
geo.addEventListener(GeolocationEvent.UPDATE, geolocationUpdateHandler);

2. Run on device 

Actual Results:
The update event does not dispatched

The request User to access Location services on very first launch is not called.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)