[question] is there interest in extending the geolocation plugin for desktop?
Right now it is stubbed out, wondering if there is interest in having geolocation work for desktop? I have a use case that would need it for macOS wondering if I could contribute that.
yes
does it make sense to enable geolocation permission access via wry just like we do with clipboard? this would avoid having to do any custom integration and simply just use the web standard.
See https://github.com/tauri-apps/wry/issues/81
Thoughts @FabianLars?
This is also something that would make the tauri experience even better (though I'm not too sure about how useful it would be for others). Currently I've been trying to create a tauri rust binding to then be able to call the necessary objc libraries (which hasn't been going well since I'm still pretty new to rust).
(I guess I'm just chiming in to express support)
I would love to see it for windows Linux an dmac as well. I have a astro specific application where I need the current geolocation. As this is running as a local app I have no way to add SSL.
any update on this?
Any updates? I'm also working on an App that would benifit from this.