Hello:
I created a copy and paste detection system yesterday that relies on detecting if the difference in the last text and the current text after it’s changed is greater than 1, since the only way it’d increase by more than one is if they’re copying and pasting, right? Unfortunately, it didn’t occur to me at the time that mobile users can use the sliding typing feature making the text increase by more than 1. This is what I’m referring to:
Is there any way to prevent people using this way of typing from getting picked up? My solution, for now, is to just not have it pick up mobile players, which might end up being a permanent solution if there’s no way to differentiate.