-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memories Include location of the memory ($100) #384
Comments
Location permissions should be asked seamlessly. |
We have to fetch the user's location only once? Or keep fetching it every few mins or something like that? |
Only once, lgtm, where the memory starts probably @mdmohsin7 |
Wouldn't it make more sense to ask for location (only once) when the user starts recording? As the user will have to interact with the App (especially on iOS) for location (if they only allow one time access). We will have to wait until the user interacts with the location popup before we can start creating a memory. Also @josancamon19 would like to take this up. I've started working on it. |
Yeah, let's ask only once, what I mean is let's try obtaining the location only where the memory starts. |
Is your feature request related to a problem? Please describe.
Location, should simply store Lat Lng of where the memory was created.
And should be displayed beautifully on the memory detail page, with a onClick to maps.
Sort of.
The text was updated successfully, but these errors were encountered: