When I click the image, nothing happens, even though I expect choosePhoto() to run and open the image gallery. Why is nothing happening? Am I missing something if I want to be able to see the gallery and select a photo?
Ran it on an android device, and it didn’t work. Wouldn’t expect it to work on a browser of course. I’ve shared my code above, do you see anything wrong with it?
Great repository you’ve got there! I’d love to use it for further reference.
I feel like I’m missing a step somewhere along the way. To be honest, I’ve never got an ionic-native plugin to work, including the SMS plugin. I always follow the steps in the documentation but end up with no result. Really lost here. Could it have anything to do with the device’s access to the native features?
I literally cooked that up in like 10 minutes, and basically pasted your function straight in.
Are you adding the ‘Camera’ class to the app.module.ts in the providers section? I don’t know - that’s why I asked to see your whole repo and not just a tiny excerpt - hate playing 20 questions and often find it quicker just writing it up myself and putting it up on git.
Good idea! I’ll test your code on a real device and update my results on the thread. Right now I should probably go to bed cause I have school tomorrow haha.