-
-
Notifications
You must be signed in to change notification settings - Fork 10
[BUG] #22
Comments
Same here. |
This sounds weird. This library is very basic and mostly just translates native API to RxJS Observables. I wonder if this could be issue with Chrome. There are no clear steps to reproduce, right? |
I checked it right now with example code in MDN. All worked in Firefox but this time it worked on Chrome but not in Vivaldi browser (Chromium based). Now I doubt that its fault of library. |
Not really. It was intermittent within Chrome for me. No errors or warnings of any kind in the browser console |
Looking at the source code for the library I don't see how this could happen unless native |
🐞 Bug report
Description
Intermittently, using Chrome with geolocate enabled, calling
this.geolocation$.pipe(take(1)).subscribe(position => {
doesn't have anything returned from the observerReproduction
None of the console logs happen
http://www.stackblitz.com/...
Expected behavior
At least attempt to obtain geoposition
Versions
Additional context
Brave - Works
Safari - Works
I have tried over HTTP and HTTPs
I have tried Incognito Chrome. I have tried clearing browser cache
The text was updated successfully, but these errors were encountered: