On paste event is not working in mobile browser. Code:
$('#textboxmyid').bind("paste", function (e) {e.preventDefault();});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<input type="text" id="textboxmyid">