I current have a Meteor 1.2.1 project that I'm developing and for some reason click/touch events are not being registered on mobile devices. Everything is working fine locally in both the browser (using mobile/desktop views) and the ios simulator when I run meteor run ios. I've created a few mobile-friendly apps using Meteor before and I've never had a problem. I'm wondering if it has something to do with the new Meteor 1.2 version.
Also, these are inside my main.html file:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
Update-
Seems as though the click events function once I add in a front-end framework such as Foundation or Bootstrap. Still makes me wonder what those packages do to enable clicking on mobile.