It seems that you can get GPS location through the browser APIs using wasm-bindgen but I just can't find an example for it.
wasm-bindgen
Any idea how to do this?
You can use dioxus-std to get the current location of the user using GPS. Here is an example.