Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

onActivityResult is not called #76

Open
maizer999 opened this issue Sep 2, 2018 · 5 comments
Open

onActivityResult is not called #76

maizer999 opened this issue Sep 2, 2018 · 5 comments

Comments

@maizer999
Copy link

I try today to upload video to server using MediaPicker framework i use "net.alhazmy13.MediaPicker:libary:2.4.0" but the onActivityResult is not called i checked the permission it is granted i dont know what is the issue

addImageDialog.findViewById(R.id.btnUploadVideo).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { new VideoPicker.Builder(getActivity()) .mode(VideoPicker.Mode.CAMERA_AND_GALLERY) .directory(VideoPicker.Directory.DEFAULT) .extension(VideoPicker.Extension.MP4) .enableDebuggingMode(true) .build(); } });

@goswamiji0
Copy link

i also facing this problem

@alhazmy13
Copy link
Owner

Can you please test the last Version 2.4.4
This issue should be fixed

@KishanViramgama
Copy link

Using fragment get the result main activity onActivityResult method.

@RofieSagara
Copy link

Can you please make public imageConfig in Builder,
so i can call startActivityForResult() in fragment.

@basith0304
Copy link

Can you please make public imageConfig in Builder,
so i can call startActivityForResult() in fragment.

Cloud you please elaborate this .? what you are saying .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants