Hello everyone!
I'm making a lifestyle app for FirefoxOS which can send files to other
contacts. My app uses a pick:
var pick = new MozActivity({
name: "pick",
data: {
type: ["image/png", "image/jpg", "image/jpeg"]
}
});
Then If I select a wallpaper I can send it and it works perfectly but I have a
problems getting the file from the gallery. When I test it in the Simulator,
the app is closed with no errors in console. When I test it in a mobile device,
I can select a image, and then a new dialog is open and let me crop the image.
Then I confirm the select and doesn't do anything.
Is this a known bug? Any idea to solve? Thanks in advance
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g