7

I have a problem developing a web application for iPhone. When I visit a simple example like http://code.google.com/intl/sv-SE/apis/maps/documentation/javascript/examples/map-simple.html in an iPhone and do pinch zoom the map pans when I release the fingers from the screen. This makes the map end up somewhere else than the place I zoomed to.

Is there some way to prevent the map from panning after pinch zoom release?

4

1 回答 1

1

不幸的是,当谈到在移动设备上查看 Web 应用程序时,iPhone 使用的触摸屏技术(尤其是 Cocoa)可能会产生一些奇怪的效果。

我无法理解为什么,但似乎这样的多点触控手势,比如捏合,对非本地应用程序有一个相对奇怪的影响。

我唯一可以建议的是使用 Objective-C 并着手移植您的应用程序以在 iDevice 上作为应用程序运行。这将消除您遇到的问题,但不会消除您尝试开发 Web 应用程序的问题。

于 2011-10-15T00:56:52.040 回答