Hi all I made a map library and have implemented a zoom function.
An HTC Legend there is a simple multitouch zoom function implemented. In the new version I installed yesterday, I don't know how to prevent this multitouch zooming. If my application is zooming AND the browser is zooming, there is a problem. I have set the meta tag <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0; minimum-scale=1.0; user-scalable=0"/> and do lots of evt.preventDefault() but no success. Any idea how to solve that? The map: http://khtml.org (doubletouch for zooming) Bernhard -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

