android android.provider.MediaStore.ACTION_VIDEO_CAPTURE return null onActivityResult with nexus 7

后端 未结 3 874
春和景丽
春和景丽 2020-12-31 16:20

I am using intent for record video.

so i use following code on recordVideo button\'s click

Videofilepath = \"\";
Intent intent = new Intent(android.p         


        
3条回答
  •  Happy的楠姐
    2020-12-31 16:51

    Made a fork and fixed the problem by storing to a permanent directory which will still be available after the result has been received.

    https://github.com/pencilcheck/cordova-plugin-media-capture

提交回复
热议问题