Am 2013-04-28 21:02, schrieb Ron Aaron:
Hello,
I stumbled upon "surf" and am really happy I did!
However, I am trying to load-and-run some local files which try to do
geolocation, and that fails. I have the same problem in Chrome,
which
doesn't permit local files to do geolocation.
How might I get "surf" to cooperate? I know there's some way to do
it, but I don't know webkit very well at this point.
Thanks
Ron
There is a callback for it:
http://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#WebKitWebView-geolocation-policy-decision-requested
http://webkitgtk.org/reference/webkitgtk/stable/WebKitGeolocationPolicyDecision.html
This might be it. Hope it helps
- David