Open ragav-kumar opened 5 years ago
Did your client grant safari access to read/write the photos?
This issue still exists, it only appears to happen on IOS devices. The only solution is not to use the Plupload on any image fields.
Possibly related https://github.com/moxiecode/plupload/issues/1318
Hi @sc0ttkclark , As mentioned, here I provide details of this issue.
On IOS devices with Safari, when the file field is set as PLupload, the add file button will not work. It will only work if it is default set as WordPress Media Upload. On IOS device with Chrome, no issue at all.
On Android Device using Chrome both PLupload and WordPress Media Upload works but.... there seems to be a bug with PLupload - When first loaded the page for data editing, the list of files/images are not scrollable (when there is more than 5 items) until a file is added.
However, when on IOS device with Safari and WordPress Media Upload mode, this occurs but not on IOS device with Chrome.
Looks like there are multiple issues with regards to file field.
We should see if this is resolved for single-select file fields set to plupload in 2.8.
We should see if this is resolved for single-select file fields set to plupload in 2.8.
I can also help to do the test before the release too! 😃
Let me know how to participate. PM me.
@papa-pup
Follow the testing instructions at: https://pods.io/2021/02/11/pods-2-8-beta-1-released-and-the-field-guide-to-pods-2-8/
Here's where the code is located: https://github.com/pods-framework/pods/tree/release/2.8
QA failed: Add File appears from plupload, but pressing button does nothing on iOS Safari. WP upload option works fine.
We'll need to do some further research to see why iOS Safari won't work for plupload and why Android Chrome won't allow scrolling through list of multiple files uploaded.
Issue Overview
I'm using a pod form in the page template to upload images to the single page of a pod. This works great on desktop and Android devices, but I'm told that the "Add File" link from the form fails in Safari (I don't have an iPhone myself, but my client does, so this is their observation).
Expected Behavior
When the "Add File" link is clicked, a dialog appears for file selection.
Current Behavior
If the user is using an iPhone and loads the site in Safari, then there is no effect of clicking on the "Add File" link
Steps to Reproduce (for bugs)
Possible Solution
No clue. I don't know what the problem is, I'm filing this issue because I do not understand the problem.
WordPress Environment
I have been asked to keep identifying information out of this publicly visible setting.
Pods Package Export (helpful!)
My client has asked me to include only a minimal version here.
Workaround or Alternate Solution Until Bug is Addressed
Related Issues and/or PRs