You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: