当前位置:  开发笔记 > 前端 > 正文

android多点触控图像缩放?

如何解决《android多点触控图像缩放?》经验,为你挑选了4个好方法。

我现在正在全屏显示图像,我想要放大或缩小图像.关于如何实现多点触控图像缩放的任何指南?

我使用的是2.1 sdk版本.



1> Janusz..:

There is the possibility to use a webview to display a local file. The Webview has integrated multitouch zooming. Have a look at my question regarding this topic.



2> Jason Polite..:

我有2.1+的工作实现

WebView解决方案在4.0.x上给我带来了问题(出现了很多奇怪的白色空间)

https://github.com/jasonpolites/gesture-imageview

可能对某人有用......



3> Tim Kryger..:

一个在Android开发者博客最近的文章中包括一个例子,做你问什么.不幸的是,它依赖于ScaleGestureDetecter,它首次出现在Froyo.



4> James..:

您是否尝试过使用意图"android.intent.action.VIEW"并让手机的内置图像查看器显示您的图像?如果手机支持,它可能会使用多点触控.

http://developer.android.com/reference/android/content/Intent.html#ACTION_VIEW

推荐阅读
地之南_816
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有