Good day!
The question is: there is any field in the browser. When inserting data from the buffer into it, you need to take this data, format it as you see fit, and then insert it into the input field.
The onpaste event on the android does not work. oninput does not give access to the data in the buffer. window.clipboardData is not implemented due to security policy.