In footer we are giving
<script src="/js/general.js"></script>
file but in app mode of (ipad3, iphone5) that file is not working. Any suggestions that would be great.
Try to write the full url of your js
file, like,
<script src="http://www.example.com/js/general.js"></script>