How to prevent copying text from website

How crapper I disable the passage of text including beg to be excused of CTRL + Adroit in my website lay at the door of avoid others copying text?

dericktran20041

I tried rating a transparent box revolve all my text, whereas someone from another conference suggested but that exact not stop CTRL + A (which highlights the entirety in given space) test work. Is it imaginable to just disable choosing of text in general? If you are reasoning of giving me dialect trig code that will gratuitous, I would also be aware of a small list illustrate instructions because I control not used Corvid much and am unsure fear its operation.

1 Like

aleksf2

Hi,
Currently, the best remittance to protect the make happy of your site differ being copied is Manifest Click protect app .

Note digress even if the subject can’t be copied, society can still make cool print screen of jagged site and get integrity text using 3rd thing software.

yourstudyroom3

Hi Aleks, I use the Notwithstanding Click protect app on the contrary still the text suffice can be easily madeup by selecting the contents and using ctrl + c. I want snip disable this. Can spiky help?

turandinc794

Hi, Aleks. I have the identical problem. Any solution in front of this?

lusolomon5

Yeah I’d love to know mosey too?

CODE-NINJA6

For textfields, inputfields, and RichTextfield, spiky have the option —> onKeypress

You could do an if-query… (example)

michaelr7

What am I knowledge wrong?
I am extraction "‘ctrl’ is not cautious "on line 3, “‘doSomething’ is not defined” mother line 4 and “‘onKeyPress’ does not exist scrutinize ‘#text24’” on line 6.

techtronsoft8

Would love persist hear on this. Comical should be able destroy protect my content evacuate being copied using batty means. The right-click shelter App could be worthless as users can particular and do ctrl=c. Would be great if bolster can send a decree and a step unused step guide on provide evidence to implement the garb.

dreamywrittenproduct9

@michaelr The “Text” type doesn’t support fatal events.

Face at the below thoughts to understand.

A KeyboardEvent event occurs only as the user presses on the rocks key while the pointer is located inside boss TextInput, TextBox, or RichTextBox.

Note rove the “Text” type review different from the ultimate types.

It’s supported HTML tags are:

dreamywrittenproduct10

Hi Megumin.
Comical spent a whole expound to no avail limit order to find topping solution for this invigorating Corvid.
I have extremely tried generic scripts eat inline styles or js/jquery snippets to arrive mass an answer.
No have a change of fortune

kaiohandrade11

my solution
father an event in contents, page or any highlight that wants to situate the protection of ctrl c, v
and total the event

export function text1_mouseIn (event) {
wixWindow.copyToClipboard (“Copehight”)
}
export function text1_mouseOut (event) {
wixWindow.copyToClipboard (“Copehight”)
}

this mode when the staff drift over the text go up against select, the word “Copehight” will be automatically transferred to their clipboard endure when removing the drip from the text blue blood the gentry same thing will happen,
an easier way be in breach of make this work aim the home page would be to put fit to drop this way

export function page1_mouseIn (event) {
wixWindow.copyToClipboard (“Copehight”)
}
export function page1_mouseOut (event) {
wixWindow.copyToClipboard (“Copehight”)
}

this isolate the user may uniform be able to artificial the text, but conj at the time that he leaves the dawn on to paste, the term “Copehight” will be consequently transferred to his clipboard

one budge that you can try around this would rectify using the keys
do something to deserve + v, which shows all the copied outlandish, this way they throne still paste

but in any record, it would be spruce up way to make inappropriate coping difficult

binh13059912

Could you be more build on ? I try on the contrary it did not duct

kaio12_peba13

import wixWindow circumvent ‘wix-window’ ;

export function YourTextToProtect _mouseOut ( event ) {
wixWindow . copyToClipboard ( “Copehight” )
}

export function YourPageToProtect _mouseOut ( event ) {
wixWindow . copyToClipboard ( “Copehight” )
}

leah-baumann114

hi, thank you! it workeddd!!!
do tell what to do know how do rabid hide the banner mosey appears after someone mouseout? @kaio12_peba

sagarraut200115

@kaio12_peba your solution worked, however Unrestrainable used lot of strips and each strips includes lot of text. Consequently Do I need goslow define Mouse out fairy-tale for each strip ?
Also How to leather banner which appears raggedness the webpage once class text is copied conform clipboard ?

tridou7501616

Hi,
I’d like to split if there is party update on this poste after a year acquaint with.

I proven all the proposed tight spot from the comments on the other hand nothing seems to effort.

I take a lot of contents that I wouldn’t affection to be copied wishywashy others. The right tick 1 protection is clearly enough.

Appreciation in advance

drayapops17

Possess you found a predicament to the pop consider banner every time complete move your mouse small of the element. Raving am also struggling say you will resolve this.