4

I'm developing an app with Phonegap for IOS. I would zoom and move an image contained in a box div (overflow hidden) with the finger: multitouch for zoom in and out and touchmove for move the image.

Is it possible? and how?

I'm looking with Google for the solution but I don't find it!

4

3 回答 3

0

有几种方法可以做到这一点。

可能最简单的方法是使用 iScroll4 的捏/缩放功能:http ://cubiq.org/iscroll-4

于 2012-07-03T00:11:11.863 回答
0

您应该查看有关多点触控和 HTML/JS 的本教程。它也适用于 PhoneGap 应用程序。http://www.appliness.com/multitouch-with-hammer-js/

于 2012-07-06T14:25:45.713 回答
0

这是一个很好的简单教程,使用 iscroll4 进行图像缩放:

http://iphonedevlog.wordpress.com/2013/07/03/adding-picture-zooming-to-your-phonegap-app-with-iscroll4/

在我的 phonegap 应用程序中帮助了我一点。现在,如果我只能弄清楚如何将它与 svg 一起使用。嗯..

于 2013-12-20T18:34:56.623 回答