Hi
i am developing native app using tiggzi.
i want to disable copy/paste option for the content i display on the page.
i got below link for this:
http://kvijayanand.wordpress.com/2011...
Using how can i use option1 ( mentioned in above link) i..e, how to add to the page using tiggzi.
body ondragstart=”return false” onselectstart=”return false”.