in the near future, my team and I will be developing a website, we will need to collect data via GPS on the phone. In addition, we want to send notifications to users as much as possible. We are currently thinking about the technology stack. As far as it matters we will use python for the backend. And here is the main question: If we decide on a website (which is more likely), how do we collect the location data of a user (latitude and longitude for example) who has accessed the site ON THE PHONE (important) and not on a computer. And what does this look like with sending notifications to him. I would ask you to give me the technologies needed to do this and if you have an idea is the main idea of how it works, but mainly it needs technology. We are completely open to all technologies, so there can be many ideas, we will think through each one reliably. Thank you very much in advance for your help! Greetings!!!
The only thing I have found is to read the location using getCurrentPosition in js, but when I tested this on myself on the computer it showed me to be in a city 200km away.