osmandapp / OsmAnd-iOS

OsmAnd for iOS
Other
278 stars 90 forks source link

When changing building number - we need more than a numeric pad [OSM editing] #3914

Open nabilys opened 1 month ago

nabilys commented 1 month ago

In osmand 4.8.0.12, when I try to edit the street name of a POI, I only get a numeric pad. That doesn’t let me type the correct input in some countries. In Australia for example, numeric address can be written like « 7/64 » or in France some numeric address also have « bis » or « ter » after the number

DmitryAlexei commented 1 month ago

TestFlight 4.8.2.0

Steps to reproduce:

tigrim commented 1 week ago

Technical plan

use .keyboardType = .default

Image

DmitrySvetlichny commented 1 week ago

https://github.com/osmandapp/OsmAnd-iOS/pull/3984

dmpr0 commented 3 days ago

Review

This new implementation is required to switch to numbers mode each time you need enter building number.

Current implementation
Current implementation

We can show toolbar with additional symbols, the same we show while typing tags or while searching for coordinates

Tags Coordinates search