privatelocation icon indicating copy to clipboard operation
privatelocation copied to clipboard

interface issues

Open 2011 opened this issue 5 years ago • 4 comments

Hi,

Using version 1.2.

On my phone, if I touch the "pin" (to the right of the heart at the top of the app) the "Location Coordinates" dialog box comes up, but the keyboard does not (and I can't get it to come up). The keyboard comes up as it should on my tablet (and strangely, both run a LineageOS version equivalent to Android 6.0.1).

On both devices, if I zoom out all the way, the map has a very limited range of movement (somewhere between the eastern edge of North America and the eastern egde of Europe). I can select a location via the map if I zoom in close enough (which becomes difficult by itself on a small screen), but sometimes I want to zome out, select the general area, and then zoom back it, which simply doesn't work, as the map just refuses to go beyond the boundaries mentioned above.

2011 avatar Nov 23 '19 07:11 2011

The app seems to have bigger problems, as well. I tried to "copy and paste" a location from a favorite on my tablet to my phone, and I get "not a valid range."

2011 avatar Nov 23 '19 07:11 2011

Yes, I think the map boundaries need to be changed as well, as it does make it difficult to navigate somewhere especially when you're zoomed out. I'll put this in the todo list for the next release.

About the keyboard, I don't know what the issue is. The keyboard popup is standard code in Android. It could be a variety of issues. Something in Lineage, a custom keyboard etc.

If you have issues with copy and paste, please provide more details such as an example so I can look into it. The input validation on coordinates is quite basic at the moment and could use improvement.

wesaphzt avatar Dec 10 '19 02:12 wesaphzt

I don't have a problem with the keyboard coming up on any other app.

I have never had copy and paste work (always get "not a valid range"), but for a very simple example, try (in the Los Angeles area) Latitude 34 and Longitude -118.

2011 avatar Dec 15 '19 18:12 2011

I see the issue, it's using the latitude min/max instead of the longitude min/max. I'll add the fix into the next release.

wesaphzt avatar Dec 22 '19 11:12 wesaphzt