If you have an attached file to a record that is a short video, one has the option of view it in TF itself. Prior to iOS 18, the standard playback control would appear when the file was opened in TF that allowed one to scrub forward/backward start/stop etc. while viewing the video. This works fine on the Mac running Sequoia, but alas on the iPad and iPhone the playback control does not appear. You can tap the video to start/stop it, but that is all. Also, the close button is missing. So all one can do is exit TF totally.
I just submitted an update to Apple for review that fixes this issue. I switch to using the AVPlayerViewController
instead of the UIDocumentInteractionController
, which was what was having the troubles on iOS 18. The added bonus is there are more playback controls now on the AVPlayerViewController
such as AirPlay and playback speed.
Excellent! And thank you. In the meantime I can use InFuse to open the videos from TF.
FYI. Not fixed in the release today. 9/27/2024 Same issue. Both iPhone and iPad.
It turns out I neglected to fix it for single file File Attachment fields. I’ve just fixed that bit today. But for now, until I get a new release out, enable the Multi-File option on your File Attachment field. It will work then.