Be informed, we are trying to use jquery mobile js for taphold and swipe function in our existing mobile website. When we include following js files
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
It causes our whole page to distort, the css height in %, the form elements all crumble down.Especially, the height which we have specified in percentage does not work at all unless we specify it in px. Would appreciate should anyone put forth a solution for this issue.