Prevent text copy in " Custom page " activity

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


Comments

  • @Amer please open View -> Source code


    and change body like this:

    <body oncopy="return false" oncut="return false" onpaste="return false">


Sign In or Register to comment.