-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Custom Types #459
Comments
Can you show the file that is importing fine? |
File Content is as Follows:
Tested with my Samsung S10 and an iPhone, both with newest update available installed. |
UPDATE: I have done some more tests and think I have found a solution. The app recognizes e.g. 'HOME' as Zuhause but not 'home'. Is there something against writing all the keys in uppercase? If not I'd submit this as a PR. Waiting for your feedback. |
Mhm, thats not what the RFC says. https://tools.ietf.org/html/rfc6350 (version 4) If you want you can create a new type like The type already can be overwritten by simply writing it in uppercase. |
Well... If you want, I can update this ticket when I get a response or we can just close it. |
I've just seen that there are some differences in the example for vCard 3 and vCard 4. So it might still be an issue. |
Nevermind, even the standard is not compliant :D
Just to use all of them in uppercase in their example... Sure please update if they come back. |
If this is a common issue you might add an option to uppercase all types, but in general it seems like a bad idea, because it opens up the complexity. Hope the local overwrite from your site is sufficient. |
I'm using a Samsung Smartphone (German) to validate my data. It imports
telephone: [{value: '+49 12345678', param: {type: "cell"}}],
as other attribute -> cell.
I'd like to get my Smartphone to auto select "Mobiltelefon" (Mobiltelefon) as the correct one but I dont get the Interface here. I changed the local file to accept any String which works with my phone but is propably not intended.
Is there an Official way to do this?
The text was updated successfully, but these errors were encountered: