As known, when you long tap a text element in a mobile html page, you will get a copy button, which could be clicked to copy the selected text to clipboard.
So is it possible to use javascript to show the copy button?
Or, is there any better solution to guide the user to copy a section of text easily and fast in a mobile html page?