Hi in our jquery mobile application there is a registration form where user enters a token. Token can be copied from somewhere. We want that user won't be able to type the token can just copy it in the input. Also when user focus on input then mobile keyboard should not appear. How can this be achieved ?
What i tried Make input disabled then bind a event listener for longpress/taphold, but had difficulty in getting values from clipboard.
Please help !!!!