New issue 31 by RodMagnuson: getCurrentPosition does not work on Safari
(Windows or iPhone)
http://code.google.com/p/gwt-mobile-webkit/issues/detail?id=31
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