Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Geolocation Error: Time out code 3
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ruby List  
View profile  
 More options Nov 21 2011, 12:10 pm
From: Ruby List <rubyl...@gmail.com>
Date: Mon, 21 Nov 2011 09:10:46 -0800 (PST)
Local: Mon, Nov 21 2011 12:10 pm
Subject: Geolocation Error: Time out code 3
I've got the latest phonegap 1.2 and put the test code from the docs
in my application.  When I run my app both on the simulator (xcode 4.2
simulator 5.0) and on my iPad running 5, I get the error "Geolocation
Error: timeout".

Has anyone else experienced this?  Here is my code:

 document.addEventListener("deviceready", onDeviceReady, false);

            // PhoneGap is ready
            //
            function onDeviceReady() {
                                   var myOptions = { enableHighAccuracy: true };
                   navigator.geolocation.getCurrentPosition(onSuccess,
onError,myOptions);

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sromalewski  
View profile  
 More options Nov 23 2011, 11:37 pm
From: sromalewski <spatialitya...@gmail.com>
Date: Wed, 23 Nov 2011 20:37:34 -0800 (PST)
Local: Wed, Nov 23 2011 11:37 pm
Subject: Re: Geolocation Error: Time out code 3
Many others are experiencing the same problem.  No one has really
addressed it adequately.  There are attempts at a resolution discussed
here https://github.com/callback/callback-ios/issues/1 and here
https://github.com/phonegap/phonegap-iphone/issues/197 .

On Nov 21, 12:10 pm, Ruby List <rubyl...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »