flathub / org.chromium.Chromium

https://flathub.org/apps/details/org.chromium.Chromium
45 stars 25 forks source link

geolocation.getCurrentPosition does not work #441

Open frimp73 opened 3 weeks ago

frimp73 commented 3 weeks ago

I'm running Chromium Version 130.0.6723.58 on Ubuntu 24.04

When you start Google Maps you'll see the message Network location provider at 'https://www.googleapis.com/' : Returned error code 403. in the console.

You can reproduce the problem with this JS: navigator.geolocation.getCurrentPosition(() => {}, console.log);

This will show a "GeolocationPosition Error" with error code 2 and the same error as in Google Maps.

By the way: the snap variant of Chromium (same Version) works fine.