FilePicker icon indicating copy to clipboard operation
FilePicker copied to clipboard

problem with recording videos on api 26

Open ghost opened this issue 5 years ago • 1 comments

Describe the bug on enabling video capture and testing it on a device running api 26 the file picker activity crashes

To Reproduce Steps to reproduce the behavior: 1.implement image picker in a fragment according to given example 2.enable check permissions 3.add camera permission to manifest 4.run app and try capturing a video

Expected behavior camera to open to recording video mode, record video successfully and return back to file picker activity

Screenshots If applicable, add screenshots to help explain your problem.

Android info (please complete the following information):

  • Device/Emulator : Nexus 5x
  • API level : 26

Additional context Add any other context about the problem here.

ghost avatar Apr 06 '20 12:04 ghost

Can you try out the following release to see if it fixes the issue

implementation 'com.github.jaiselrahman:FilePicker:1.4.0-alpha01'

jaiselrahman avatar May 18 '20 05:05 jaiselrahman