rildomoraes / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

Geo Location issue #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Geo Location Request does'n work

procedure FOnRequestGeolocationPermission(Sender: TObject; const browser: 
ICefBrowser; const requestingUrl: ustring; requestId: Integer; const callback: 
ICefGeolocationCallback);
begin
  callback.Cont(true);
end;

but it understands callback.Cont(false);

please fix it , Thanks

Original issue reported on code.google.com by a663...@yandex.ru on 11 Aug 2014 at 6:31

GoogleCodeExporter commented 9 years ago
It already seem to work with latest release

Original comment by hgourv...@gmail.com on 28 Feb 2015 at 12:21