Jquery Mobile Issue
Prevents text select if swipe is used at all
HTML
<script type="text/javascript" src="https://pictaglow.com/assets/scripts/jquery-mobile.js?455634534534"></script>
<textarea placeholder="Try Typing And Then Drag Selecting"></textarea>
CSS
textarea {width:500px;height:100px;}
JavaScript
$(document).on('click swipeleft swiperight','.post_submit', function(event) {
event.stopPropagation();
});