Closed blairmacintyre closed 7 years ago
Any luck on this?
It seems to be disabled in
public void onGeolocationPermissionsShowPrompt(String origin,
GeolocationPermissions.Callback callback) {
System.out.println("WebAR: onGeolocationPermissionsShowPrompt");
// callback.invoke(origin, true, true);
callback.invoke(origin, false, false);
}
Enabling this worked.
Added support already.
If I try running a web page that access the location API, it doesn't appear to work. Should it?