Cannot copy text from Input box if it is set as readonly.
<input id="code" type="text" readonly="readonly" value="some value" >
By touching and holding on the input text is not showing option for select and copy the text.
We are doing Google authentication and need to copy authentication code from the browser for completing the authentication in the application. This is not possible as the auth code displayed by google is read only.