I’m trying to figure out if there is a css property (or any other method really) that can be used in windows phone 7’s browser to keep it from panning the page if you touch inside of a certain element.
Specifically I have a Canvas element that will be used to sign a driver application for employment and at the moment Windows Phone 7 is the only mobile device that it doesn’t function on.
So the gist of it is that there is a canvas element to sign in and it function on android and iphone, but on the wp7 device it just moves the page around.
After trying a few suggestions and research online it appears that at the moment there is not a way to do what I’m wanting. It looks like Microsoft hasn’t built in all the touch elements that are used in iPhone/Android.