Hello.
I show a report image in my application; this report is a png image. My problem is that as auser I wan't to scroll that image to view some part of the report. How can I zoom it? there is any js function that allow me that?
For reference here goes my code:
Thanks.
Arturo
I show a report image in my application; this report is a png image. My problem is that as auser I wan't to scroll that image to view some part of the report. How can I zoom it? there is any js function that allow me that?
For reference here goes my code:
<div data-role="view" id="doc-Image" data-layout="default-layout" data-title="Report" > <img id="doc-Image-DocumentImage" alt="Document Type" src="../Report/1" style="width: 100%;"/></div>Thanks.
Arturo