Is there a way to incorporate a magnifying glass into an HTML page using jQuery or within an Android app? Ideally, it would be for a single picture.
In my application, I am displaying an HTML file from my assets in a webview. The HTML page utilizes jQuery and a CSS file.
Within that HTML page, I display pictures, some of which have intricate details that require magnification or zooming.
The option to enable zooming in the webview is not ideal because I only want to allow zooming on individual pictures. Zooming on the entire page results in the text being scrolled up or down.
I have experimented with various magnifying JavaScripts, and although one worked on my computer, I was unable to move the magnifier lens or glass with my fingers on my phone.
After spending a day trying to solve this issue without success, could anyone provide assistance? Thank you in advance!