I am trying to display an image with canvas that allows zoom and panning but will stop the user from panning the image off screen. I have been able to stop the panning but when the picture is zoomed i
I have extended WebView and I have enabled zooming with myWebView.getSettings().setSupportZoom(true);.
Is there a way of disabling panning/zooming and keeping map overlays clickable? I am specifically thinking about an ItemizedOverlay that I want to be tappable while denying users from moving around t
If I quickly swipe my finger开发者_如何学C around the screen, android only gives me about 15 different touch events per second.
I\'m developing a project in Actionscript 2.0. I have an image that pans. I followed this tutorial: http://www.kiru开发者_如何学运维pa.com/developer/flash8/interactive_image_pan.htm
I have an big image which I need to show in a smaller container (or smthg like this). The user should be able to move the image up, down, left & right. It should be like Google Maps.
my current code is normal WPF with a custom image view. I need to pan and zoom a very high resolution picture but of course it needs a l开发者_运维百科ot of CPU-Power to do this.
In my android application i need to do the following : after fixing the map view to a specific 1st location, the map can\'t
I\'m looking for a Silverlight charting library to use in my Windows Phone 7 project to visualize 50-100 data points. I\'d like the series to be zoomable and pannable and be able to attach to these ev
I have written an iPhone/iPad application in XCode. When I run it in the simulator, multi-touch funct开发者_JAVA百科ionality works exactly as expected.