I have succesfully been able to take a photo inside my app and store it on the phone, but how do I display it?
I tried this static approach but it does not work (Yes
Even I faced this issues and got it resolved. You have to prepend the the file path with file:// (mind the double /).
Here's a reference!
I hope this helps :)