Touch events not firing after scroll (dead zone in app)

Hi Guys,

I built a mobile app using meteor, which pulls an API from a web app I made. The App is a dictionary and I pull the list of words through the API. When you click on one of the words, it takes you to the definition. There is a problem, if i scroll to words that show up below the fold of the apps screen, the touch events no longer work, if i click on the words at the top of the screen they work s expected. Below the fold Nothing happens when I click a word. I read that this is a problem from using -webkit-overflow-scrolling:touch; which I was using, but after i took it out, i still have that problem. I am not sure how to fix this. Any help would be greatly appreciated