facebook

M1 2.5.0m3 – Geolocation Simulator with Cordova 2.9

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #343818 Reply

    Chris Chierchio
    Participant

    M1 2.5.0m3
    When using the web simulator – if I have Apache Cordova set to 2.9.0 – it does not use the set Geolocation coordinates in the web simulator.
    If I change the Cordova version to 2.2.0, geolocation works as designated in the web simulator.

    #343822 Reply

    support-vadim
    Participant

    Hi chierchio,

    I’ve created simple design in M1 with a single button that contains Run JS action

    
    navigator.geolocation.getCurrentPosition(function(position) {
        phoneui.alert(position.coords.latitude + ", " + position.coords.longitude);
    });
    

    When I’m running it in Web Sim pressing this button shows me coordinates, and switching between Cordova 2.2 and 2.9 doesn’t break it.
    Does this scenario work for you?
    If it does – could you please post us scenario that fails on your side?

    Regards,

    Vadim Ridosh

    #343826 Reply

    Chris Chierchio
    Participant

    I’d send my response, but I am getting a posting error with my code…

    Method Not Implemented

    POST to /support-genuitec/posting.php not supported.

    #343829 Reply

    Hi chierchio,

    The posting issue could be that our network security is sensitive to some content that includes known hack techniques. Please ensure that the content you are posted does not include characters such as percent sign (that always causes an issue).

    #343833 Reply

    Chris Chierchio
    Participant

    Still having problems – is there a support email I can send the files to?

    Thanks

    #343834 Reply

    Hi chierchio,

    Please send us a sample project that demonstrate the issue to support at genuitec dot com. Use title mobione data from chierchio

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: M1 2.5.0m3 – Geolocation Simulator with Cordova 2.9

You must be logged in to post in the forum log in