Hey Ben, I commented out my even initialization and upped another version to Appspot. I can confirm that navigation from mobile devices is now performing predictably and as expected (wait, did I just repeat myself using 2 different words?).
Good call on the stack "corruption". - ryan. On Sat, May 1, 2010 at 8:35 PM, ryan baldwin <[email protected]> wrote: > That's super interesting Ben. I'll fix up the errors in question (read: > comment out almost everything HA!) and see what happens. > > Cheers! > > - ryan. > > > > On Sat, May 1, 2010 at 7:51 PM, Ben Appleton <[email protected]> wrote: > >> Hi Ryan, >> >> I think what's happening is that these errors fire in an event handler, >> which unrolls the stack and leaves our code in a bad state. We should think >> about how to deal with this - perhaps through exception-safe code or by >> dispatching events in a try/catch. >> >> Ben >> >> >> > >> > On May 1, 2010 7:16 PM, "Marc Ridey" <[email protected]> wrote: >> > >> > Hi Ryan, >> > >> >> > Please check this function: >> > >> > getRadius : function() { >> > /** Gets the radius, in m, from ... >> >> > >> > >> > >> > On May 2, 3:55 am, ryan baldwin <[email protected]> wrote: >> > Hi Susannah, sorry for the delay.... >> >> >> > >> > > [email protected]> wrote: >> > > > Hi Ryan, >> > > >> > > Can you provide a link for the site where you saw ... >> >> >> > >> > > > [email protected]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B >> unsubscr...@goo... >> >> > >> > > > . >> > > > > For more options, visit this group athttp:// >> > > groups.google.com/group/google-maps-js-... >> >> >> > >> > > > [email protected]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B >> unsubscr...@goo... >> >> > >> > > > . >> > > > For more options, visit this group at >> > >http://groups.google.com/group/google-maps-js-api... >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScr... >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScript API v3" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-maps-js-api-v3%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
