log inhelp
Already have an account? Log in!
In your Javascript put:
document.documentElement.addEventListener('touchmove',
function(e) {
e.preventDefault();
}
);
Insert links to other pages or uploaded files.
Tip: To turn text into a link, highlight the text, then click on a page or file from the list above.
at 12:45 am on May 18, 2010
Thanks for the code snippet. However it not only prevents rubber banding but prevents any type of scrolling at all... Is there a way to fix this?
You don't have permission to comment on this page.
PhoneGap is a device independent framework for web applications with native power. Geolocation, accelerometer and more from your device.
Comments (1)
Luke Allen said
at 12:45 am on May 18, 2010
Thanks for the code snippet. However it not only prevents rubber banding but prevents any type of scrolling at all... Is there a way to fix this?
You don't have permission to comment on this page.