mirror of
https://github.com/moparisthebest/app-UI
synced 2024-12-21 23:18:52 -05:00
commented out event handler to block touch scrolling
This commit is contained in:
parent
5b64876788
commit
6dd1dacd3d
@ -10,7 +10,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVE
|
||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
|
||||
//document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
|
||||
|
||||
var SlidingView = function( sidebarId, bodyId ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user