I run my app in ionic framework using "ionic run android", What i need is to retrieve all the images in the sdcard of emulator and display it in my view. I tried using camera.getPicture(), but in that function a list of images in sdcard will be displayed first and from that list i have to select the images that i need. But what my requirement is that, I want all the photos from the sdcard be displayed directly in my view. Is there any function to make it possible???
You cannot do this by using ionic framework only. Cordova is used to do this action which you need. following link may be helpful for you. :)