IE compatible drag scrollable Div?

IScroll have this problem for a long time. You need to update iScroll code manually to get it fixed. Zyrex solution is Ok but can be better: if(!document.

AddEventListener) { document. AttachEvent('touchmove,', function (e) { e.preventDefault(); }, false); document. AttachEvent('DOMContentLoaded', loaded, false); } else { document.

AddEventListener('touchmove', function (e) { e.preventDefault(); }, false); document. AddEventListener('DOMContentLoaded', loaded, false); }.

I encountered a problem, that my complete page does not load in IE when using iScroll. The error occured in eventListener. I fixed it by switching the event listener if IE = '-1' && getInternetExplorerVersion() AddEventListener('touchmove', function (e) { e.preventDefault(); }, false); document.

AddEventListener('DOMContentLoaded', loaded, false); }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions