In index.html, add the following script tag:
<script src="lib/fastclick.js"></script>
FastClick is an open source library built by the Financial Times. More information here.
In app.js, register FastClick inside the deviceready event handler.
FastClick.attach(document.body);
Refernces
https://ccoenraets.github.io/cordova-tutorial/avoid-300ms-delay.html