I want to plot / draw / mark on an image by clicking on image. Is there any component in ionic through which this can be achieved. Or can I include any other framework to draw on image in ionic.
If it doesn’t have to become a part of the image then you can use HTML Canvas. Set CSS position to absolute and the z-index to value higher than image’s z-index.
thanks for the reply. I got my solution through HTML Canvas.
This has to be done on CSS3…
http://hasinhayder.github.io/ImageCaptionHoverAnimation/