I need to simulate selecting text in a HTML page from android browsers. Android has a special selector in a web page. My HTML page does not detect a selection of text as the browser would have a PC. How I can simulate this selection of text using javascript, jquery, etc.
When I try to select text in android browser. This detects it as a text selection system itself and not as a normal selection as a PC and a normal browser. How I detect android browsers and how I can fix the text selection?