Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.2 Beta
    • Fix Version/s: 1.2 Beta
    • Component/s: Containers
    • Labels:
      None
    • Environment:
      ICEmobile, Android

      Description

      A variety of Android devices appear to support geolocation as a native API, but do not implement the browser JavaScript API for this. A container feature could provide a JavaScript API.

        Activity

        Hide
        Ted Goddard added a comment -

        I will assign this to Greg since I believe his tablet has this "feature".

        Show
        Ted Goddard added a comment - I will assign this to Greg since I believe his tablet has this "feature".
        Hide
        Ted Goddard added a comment - - edited

        Current checked-in geolocation seems to work well on the iPhone. Switching back and forth between continuous update results in non-continuous update, but this is likely to be an application setting rather than a user setting, so may not be an issue.

        Show
        Ted Goddard added a comment - - edited Current checked-in geolocation seems to work well on the iPhone. Switching back and forth between continuous update results in non-continuous update, but this is likely to be an application setting rather than a user setting, so may not be an issue.
        Hide
        Ted Goddard added a comment - - edited

        Now using a slightly different approach to the params object for the navigator.geolocation.watchPosition() call:
        if (maxAge > 0)

        { geoParams.maximumAge = maxAge * 1000; }

        This avoid passing 0 for these values which was preventing location updates on iPhone and samsung tablet.

        Show
        Ted Goddard added a comment - - edited Now using a slightly different approach to the params object for the navigator.geolocation.watchPosition() call: if (maxAge > 0) { geoParams.maximumAge = maxAge * 1000; } This avoid passing 0 for these values which was preventing location updates on iPhone and samsung tablet.

          People

          • Assignee:
            Greg Dick
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: