Joshua Pinter
Joshua Pinter
So I tested this on an Android phone I bought for testing purposes. It's a Moto that's running 7.1.1. And getting the addresses works perfect on it. Here's what the...
Can you test out the other two libraries’ on Android 8 and see if they have the same issue? I looked through their code and didn’t find anything so I...
I looked at both `Address` and `Geocoder` yesterday but that would be like us working backwards. `Geocoder` for example returns an Array of _possible_ addresses from a location name or...
Ha, stumbled on your Issue / PRs to Contacts: https://github.com/rt2zz/react-native-contacts/issues/266
The oddest thing is that I can't seem to find others confused that the latest Android version doesn't allow you to specifically enter City, Province, Postal Code, etc. into their...
Before we go down the path of hacking this together, we need to find official documentation around this change. It's a major change to the stock Android SDK. It's either...
This might be a non-issue. All of my real contacts work great. This might only be an issue in the Contacts app in the emulators. If I get my hands...
My dad is actually running Android 8.1 on his phone. He confirmed that he only gets the `Street` field in the Contacts app, too. Baffling....
That's right. So, the native Contacts app stores new addresses in the Street field and that's it, it seems.
I think you've summed it up perfectly. I'm still blown away that Google would change their Contacts app to just accept one line. I'm tied up with work for the...