HotTowel icon indicating copy to clipboard operation
HotTowel copied to clipboard

Question more than an Issue

Open ganySA opened this issue 12 years ago • 0 comments

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

ganySA avatar May 18 '13 11:05 ganySA