Is there a way to implement a magnifying glas within the html page via jQuery maby or within the android app? Best would be for a single picture?
In my app I display a html file out of my assets in a webview. The html page uses jQuery and a css file.
In that html page I show pictures and some of them have so many details that I need to magnify or zoom them.
The possibility to enable zooming in the webview is not good because I only want to enable zooming on single Pictures. Zooming the whole page results in the text being scrolled down or up.
I have tried several magnifying javascripts and one even worked on my computer but then I could not move the magnify-lens or glass or what it is called with my fingers on my phone.
Since I wasted a day on this problem without a workable solution, can anyone help me out with this? Thanks in advance!