clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Geolocation doesn't work #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Visiting any site which fires a geolocation request
2.
3.

What is the expected output? What do you see instead?
Geolocation doesn't work. On other browser, it does, obviously. it should 
determine my location but it doesn't

What version of the product are you using? On what operating system?
Latest version of OWS on Windows 7 x64

Please provide any additional information below.

I tried to handle Geolocation request in the  
WebKitBrowser1_GeolocationPositionRequest event by adding the following code

e.Allow = True

Doesn't seem to work O.o

Original issue reported on code.google.com by blixblog.suyash on 25 Mar 2012 at 3:41

GoogleCodeExporter commented 8 years ago
Maybe I should look into preferences. Maybe there is one. I will try to fix 
this asap

Original comment by tsumalis96@gmail.com on 27 Mar 2012 at 7:49

GoogleCodeExporter commented 8 years ago
Sure. It's a very important feature!

Original comment by blixblog.suyash on 28 Mar 2012 at 10:28

GoogleCodeExporter commented 8 years ago
I saw that there was a bug inside IWebUIDelegatePrivate2 in the correspondent 
method which caused a COMException and didn't let the code reach 
listener.use(); but although I fixed this and listener.use() is called 
Geolocation again doesn't work. I will now look inside the WebKit source to see 
if there is a bug inside there.

Original comment by tsumalis96@gmail.com on 11 Apr 2012 at 12:28