HotTowel
HotTowel copied to clipboard
Question more than an Issue
I updated the hottowellete durandal version from 1.1 to 1.2 via nuget and scrolling on IOS seems to have broken - anyone else gotten this problem?
thanks.
-- i resolved this by commenting out--> so this can be closed.
adaptToDevice: function() {
//document.ontouchmove = function (event) {
// event.preventDefault();
//};
}
in durandal/app.js