Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi all
I am developing a mobile application(phonegap application) in which i have a div, the contents are loaded from database. i want to get copy the contents in the div by long press and make paste in an applications in my mobile like sms email etc.
Posted

1 solution

you can use div.innerhtml / div.innerText property based on your need on longpress button event code. use above property to copy inner data of the div.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900