Hi all,
I am using mediapicker plugin https://github.com/jibon57/nativescript-mediafilepicker .
Android it works as expected with both videos and images. iOs works fine with images, but once I select even one video file, press ‘Done’ and nothing gets returned. If I console results here is what I get:
{“eventName”:“getFiles”,“object”:{"_observers":{“getFiles”:[{}]},“output”:""},“files”:""}
If I select longer video, I click ‘Done’ and nothing happens.
My code is exactly the same as in demo app. I am using iPhone 6s (9.3.1)
Any help or advice is appreciated.