Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openFileChooser with http url not working #131

Open
bharatidudhrejiya opened this issue Nov 7, 2020 · 0 comments
Open

openFileChooser with http url not working #131

bharatidudhrejiya opened this issue Nov 7, 2020 · 0 comments

Comments

@bharatidudhrejiya
Copy link

I am trying to use openFileChooser to open image with image options, but it is not working.
here is my code
SendIntentAndroid.openFileChooser(
{
subject: "File subject",
fileUrl: "https://homepages.cae.wisc.edu/~ece533/images/airplane.png",
type: "image/png",
},
"Open file with:"
);

I have tried many things but none of them working
Any type of help appreciate
Thanks

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

No branches or pull requests

1 participant