Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

How I do marks on picture

Hi,

I need transform one check-list from paper to tablet (image attached).

I need that when I click on image (many places), the app make marks on image in the place cicked, and the position be stored in local storage.

What the better way for make this?

Regards

Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How I do marks on picture

Hello Josiel,

Probably you would need to search for some appropriate Cordova plugin for this and use it, if it exists. Or you may separate your image to a number of small images and collect them together via CSS, for they could look like an intact picture. And with custom JS code change touched piece with the same, but with a mark on it and save the position.

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

How I do marks on picture

I can to drag and drop the "circle" over image and mark the position on local storage like image attached?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How I do marks on picture

Hello,

No, it is not possible to drag'n'drop images with absolute positions. Please set them manually with a custom CSS: https://css-tricks.com/almanac/proper...

Return to “Issues”