Mobile zoom tool

8

I'm developing a mobile app with Apache Cordova , I need a tool similar to Zoomify , but for mobile I tried to use Zoomify, did not get good results, which tool is the most suitable for this work? Is there a Google Maps API that does this work?

    
asked by anonymous 09.04.2015 / 15:52

4 answers

1

See if this this serves. But it is paid. Example:

$('#iddasuaimg').smoothZoom({
    width: <Enter Width>,
    height: <Enter Height>
});

Demonstrations

    
12.04.2015 / 16:12
1

In JQuery you have panzoom . Here has an example of how it works.

According to the description in the Github :

  

Panzoom is a progressive plugin to create panning and zooming functionality for an element. Panzoom supports the same browsers as jQuery 2.0 and can be used with jQuery 1.9.0+ or jQuery 2.0+. If you want to use Panzoom, you have to use the following code to create an image of a GPU: GPU acceleration in the browser, which means the element can be anything: an image, a video, an iframe, a canvas, text, WHATEVER. And although IE

12.04.2015 / 19:58
1

Danilo, did you try using the Cordova plugin "Photo Viewer"?

Follow the link: link

I've worked with Cordova, but I did not need to zoom in on the images in my app.

Worth a try.

[] 's

    
05.05.2015 / 15:47
0

I use the zoom in the entire page is a different idea try it out there:

link

I have it on a system and I needed to make some tweaks to run on all browsers, so if it's going to use the touch of a touch, I'll step through the settings to make that compatibility.

    
13.04.2015 / 16:26