extensions
extensions copied to clipboard
Add Meteorology Extension
This is my first extension and its based around meteorology as it interests me. It allows you to communicate with the weather.gov api, convert between temperature units, and have access to geolocation permissions. I would like feedback for changes if possible.
It doesn't work for the desktop version, the request geolocation block doesn't do anything and the extension freaks out as a result
If you already accepted geolocation it wont ask again hence why it may not work, and it has a fallback if it's not accepted so it shouldn't freak out. What browser are you on?
the desktop version
No browser at all, maybe that is an issue with the Turbowarp App but other extensions with similar functionalities work just fine
Oh then that is an issue with it, geolocation can only work on a chromium browser. Don't really know how to fix that.
Oh then that is an issue with it, geolocation can only work on a chromium browser. Don't really know how to fix that.
Weird. The desktop version is based on Electron, that is based on Chromium. I don't think Electron apps can request geolocation, as stated in here.
Geolocation support in Electron requires the use of Google Cloud Platform's geolocation webservice. [...], place the following code in your main process file, before opening any browser windows that will make geolocation requests.
So your extension is good and the issue can't be fixed.
Closed for being stale.