Hi guys how you doing !
please can anyone tell me method to prevent people from select and copy the text in Custom page .. maybe there is some code can i have to do that
i want to save my text from sharing and let people to enter to app all the time
@Amer please open View -> Source code
and change body like this:
<body oncopy="return false" oncut="return false" onpaste="return false">
Comments
@Amer please open View -> Source code
and change body like this: