hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

getCurrentPosition does not work on Safari (Windows or iPhone) #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call if (Geolocation.isSupported()), it returns true
2. Call Geolocation.getGeolocation().getCurrentPosition(callback);
Bug: Neither methods implemented in the PositionCallback are called

What is the expected output? What do you see instead?
Expect either onSuccess or onFailure to be called

What version of the product are you using? On what operating system?
Using gwt-html5-geolocation-0.9.5 with GWT 2.2.0 on Windows XP, though I've 
tried on Windows 7 & an iPhone. Safari 5.0.3 on Window XP. 

Please provide any additional information below.
This works on Chrome & Firefox

Original issue reported on code.google.com by RodMagnuson@gmail.com on 24 Feb 2011 at 2:46