Custom Video Plugin #3615
Unanswered
hborjaille
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've created a Video Plugin that enables me to record a video or select one from the album.
It works well on Android, but on iOS I am having a little issue.
I am having trouble once I try to fetch the file from the web part of my app. I got a result back from my HTTP request, but the Header is empty for iOS and I need to read the Content-Type.
I did a little digging and I've found in the class CAPAssetHandler under the function webView that an URLResponse and a HTTPURLResponse are created, but only the URLResponse is added into the response and it does not contain the Header.
Why not add into the response only the HTTPURLResponse?
Beta Was this translation helpful? Give feedback.
All reactions