Can't save products on iPad

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Can't save products on iPad

Post by webshade » 02 Dec 2019, 12:49

On an iPad it's not possible to save products because it's struggles with the "Created" field. It marks red.
What's going wrong? On a Samsung Tab it's working normally.
It looks like a date format issue.

I'm using the latest version 19.10.2 with Typo3 8.7.29 on a Centos 7 server..

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Can't save products on iPad

Post by aimeos » 03 Dec 2019, 08:53

Do you mean in the admin interface? Can you post a screenshot?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Can't save products on iPad

Post by webshade » 03 Dec 2019, 12:30

It's in the admin interface. See attachment.
Attachments
Screen iPad.jpg
Screen iPad.jpg (55.89 KiB) Viewed 3217 times

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Can't save products on iPad

Post by aimeos » 03 Dec 2019, 13:18

Can you check what value is set in the input field? Does iOS has a date/time selector?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Can't save products on iPad

Post by webshade » 03 Dec 2019, 13:37

Attached the datetime selector. It's already filled with a date, but it seems like that Ipad the date conforms to another format.
Attachments
Screen 2 iPad.jpg
Screen 2 iPad.jpg (145.35 KiB) Viewed 3214 times

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Can't save products on iPad

Post by aimeos » 03 Dec 2019, 13:48

What value gets inserted into the intput field? You need to check using the browser console of a Safari browser.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Can't save products on iPad

Post by webshade » 04 Dec 2019, 09:40

As you can see it adds a "T" between date and time. When I manually remove the "T" in the HTML it saves correctly.
Attachments
Screen 3 webinspector ipad.jpg
Screen 3 webinspector ipad.jpg (237.19 KiB) Viewed 3196 times

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Can't save products on iPad

Post by aimeos » 04 Dec 2019, 09:54

The "T" is correct and I think it works if you remove it because the rest of the value is ignored then.
The underlying problem might be the value for the seconds. Can you remove ":29" and see if that works too?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Re: Can't save products on iPad

Post by webshade » 04 Dec 2019, 10:29

When I remove the seconds, it can save either. But the format remains the same. See screenshot.
After I saved it once I can save that item next time again without any problems. Seems like there's first some manual adjustment needed to trigger an iPad to save the products... Weird.
Attachments
IMG_20191204_112152_resized_20191204_112347248.jpg
IMG_20191204_112152_resized_20191204_112347248.jpg (128.14 KiB) Viewed 3194 times

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Can't save products on iPad

Post by aimeos » 04 Dec 2019, 10:59

We've changed the datetime values and remove the seconds. If you have a composer based installation, you can use that command to update to the latest 2019.10 commits:

Code: Select all

composer req aimeos/ai-admin-jqadm:2019.10.x-dev
The next TER package will be released in approx. two weeks.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply