I know this question has been posted many times, but I didn't find any solution in all the posts I read. I'm using Kinetic JS to display images. It works fine on Chrome and FF but images don't show up on IE. I tried to add this line to my index file :
<meta http-equiv="X-UA-Compatible" content="chrome=1, IE=edge">
as it is suggested here KineticJS wont load in Internet Explorer But it is still doesn't work.
Any suggestions?
Thanks!