Ionic - put images on app

Hi there, I would like to know how to put images from my local to my app. Someone to help me?

  • beginner

Hello,
maybe I understand it wrong.
If you want show image in image tag then maybe helps

<image src='assets/yourfolder/yourfilename.png'></img>

You put your images into src/assets/yourfolder. Ionic will copy it itself to www folder.

Or did you mean open from local storage of your device? Then look to native plugin in documentation.

Best regards, anna-liebt