-
Notifications
You must be signed in to change notification settings - Fork 54
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
Expatriate Support: Prepend phone number with US Country Code +1 #161
Comments
Thanks @ericallam! We'll be adding this to all numbers shortly. |
@nickoneill is this being done yet? Do you have an issue to link to on the server repo? I'm not against adding an option in the iOS app, but would be easier to fix globally. |
Another thought on this, we might want to not display the "+1-" by default on the call screen, so if we do end up doing this on the server we'll probably strip it out for display only. |
We did some prep to add +1 to numbers via the server, it needs to be tested with the existing version of the app before we start rolling it out. Is there a reason to strip the +1 for display in some cases? |
Only that it looks “weird” for most Americans :P
It also might make things more compact on the SE device.
… On Jul 22, 2017, at 1:37 PM, nickoneill ***@***.***> wrote:
We did some prep to add +1 to numbers via the server, it needs to be tested with the existing version of the app before we start rolling it out.
Is there a reason to strip the +1 for display in some cases?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#161 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AADnBFZrJEvz68MrRFizsfUEqHkWECJXks5sQkFygaJpZM4NQUYK>.
|
Hi! Wanted to +1 this (hah). Happy to contribute a PR if it's helpful, but it sounds like the barrier here is process rather than code needed? |
I wonder if it would be weird to keep the display as |
Is this still needed? There are things that can be done around formatting phone numbers with https://github.com/marmelroy/PhoneNumberKit, although that means bringing in another dependency. |
Currently when tapping a phone number from outside of the US, the call will not work because the US Country Code +1 is not present. Appending the +1 should happen automatically if the location of the phone is outside the US. Could also investigate just including the +1 for all calls, or including it as a setting.
The text was updated successfully, but these errors were encountered: