I am developing a smart phone app and I am trying to place a ‘note’ or a ‘marker’ over an image. I have not got a potential solution for this, I am starting out new with this sorta thing.
I am using http://www.icenium.com/ for the app distribution.
Is it possible to tap / click somewhere and add an element (div) to be always at that point on the image with javascript?
Thanks!
Here’s some code:
Copy paste this into a new file and open it on your browser. In this example I move a div to the position, but you’ll have to clone it if you want multiple points
Try it on jsfiddle