cryptomator / cryptomator-ios

Cryptomator for iOS
https://cryptomator.org
101 stars 13 forks source link

Native Video Player #147

Open fishcharlie opened 3 years ago

fishcharlie commented 3 years ago

Basic Info

I'm using iOS in version: 14.6

I'm running Cryptomator in version: 1.5.1 (732)

Description

Cryptomator should support the native AVVideoPlayer in iOS. This would allow for Picture in Picture support, as well as other features like seek back and forward 15 seconds. Instead it looks like Cryptomator chose to use a custom video player which doesn't really make sense since it lacks a lot of these basic features.

tobihagemann commented 3 years ago

We're using Quick Look to preview files, QLPreviewController in particular.

But since the new iOS app will exclusively be integrated into the Files app, I guess this issue will be resolved by then.

fishcharlie commented 3 years ago

@tobihagemann Sadly the native iOS Files app I think uses something similar. But that is an issue on Apple's side of things, so not sure how much can be done about that.