0

I'm currently making an hybrid application by using Angular2(RC6) and OnsenUI2. I've got a problem about displaying image by tag. Here is my code.

 <div class="content">
    <div class="center" style="margin: 100px 0;">
        <img src="./images/logoTherapist.png" width="40%">
    </div>
</div>

enter image description here

This is the error I got. Though I set the project path to this image source, I cannot display any image. If you have any solution, I'd like to know. Thanks.

Dave
  • 3,073
  • 7
  • 20
  • 33
taku845
  • 133
  • 1
  • 3
  • 11
  • Can you send more of your code since it's hard to tell with the sample you provided? NOTE: Make sure your files are in the "www" folder, since the app has only access to that folder. – user7461 Feb 23 '17 at 05:56
  • @user7461 Thank you for commenting. I've already solved this problem. – taku845 Feb 28 '17 at 12:20

0 Answers0