You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Browser log
<details>
<summary>How to access your browser console (Click to expand)</summary>
# Chrome
- Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools.
- Alternative method:
1. Press either CTRL + SHIFT + I or F12 to open the Developer Tools.
2. Click the “console” tab.
# Safari
- Press CTRL + ALT + I to open the Web Inspector.
- See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.)
# IE9
1. Press F12 to open the developer tools.
2. Click the “console” tab.
# Firefox
- Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
- or, if Firebug is installed (recommended):
1. Press F12 to open Firebug.
2. Click on the “console” tab.
# Opera
1. Press CTRL + SHIFT + I to open Dragonfly.
2. Click on the “console” tab.
</details>
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
iOS address book mungs vcard entries so that Contacts does not display some fields.
For more information, see Nextcloud help issue "iOS Address book eats data!", https://help.nextcloud.com/t/ios-address-book-eats-data/97058.
To Reproduce
Steps to reproduce the behavior:
Enter a new entry on Nextcloud or on the iPhone.
Edit the entry on the iPhone: add a new phone number, or look up the address using the iPhone maps app.
Compare what the iPhone shows vs. what Contacts shows. Fields the iPhone changes tend to disappear in Contacts.
Export the entry from Nextcloud, and examine the vcard
Expected behavior
Tell us what you expected to happen.
I expect standard vcard fields to show up on Contacts.
It would be nice if Apple extensions also showed up.
Actual behavior
Fields the iPhone changes tend to disappear in Contacts. Apple custom fields don't show at all.
Screenshots
If applicable, add screenshots to help explain your problem.
Server configuration
Operating system: Windows, Linux, MacOS...
Linux 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
Web server: Apache, Nginx...
Apache/2.4.38 (Debian) (apache2handler)
Database: MariaDB, MySQL, PostgreSQL...
sqlite3 3.27.2
PHP version: 7.0, 7.1, 7.2...
7.3.19-1~deb10u1
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, sodium, standard, apache2handler, PDO, xml, apcu, bcmath, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, gmp, iconv, imagick, intl, json, exif, pdo_sqlite, apc, posix, readline, shmop, SimpleXML, sockets, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xmlreader, xmlwriter, xsl, zip, Phar, Zend OPcache
Nextcloud version: (see Nextcloud admin page)
19.0.5 - 19.0.5.2
Contacts version: (see Nextcloud apps page)
3.4.2
Updated from an older Nextcloud or fresh install:
upgraded.
Signing status:
List of activated apps:
Nextcloud configuration:
Insert your webserver log here
Insert your Nextcloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: