Hello All
Recently I updated to Captivate 7.0.1 from an earlier version (7.0.0 something). Upon updating I found that I lost the updates to my projects published index.html files. Not only that but the index.html files produced by the publish option seemed to have changed quite a bit as well! Here is the change I am concerned about:
I added the fastclick.js library to speed up interaction on mobile devices
Information found here:
http://floatlearning.com/2013/10/a-more-mobile-friendly-captivate-html -template/
Basically it involved downloading a JS library and adding code to the index.html file to link it to your project. Here is the code specifically, added after Captivate loads the other JS scripts.
<script type='text/javascript' src='assets/js/fastclick.js'></script>
<script type='text/javascript'>
$(function() {
FastClick.attach(document.body);
});
</script>
I have no idea where to add this code in the new index.html files to achieve the same effect as before. Can anyone offer any advice on what to do?
Cheers
Lewis Carey