I have one requirement for disable print screen capture in browser in my java web application.
I did lot of research and found that it is not possible. But I found WinJS java script in which it provide this functionality of disabling screen capture.
Now I am not sure whether this WinJS can be use in java script in my java web project or not ?If yes than how ?
I have tried to implement this in my java project but no SUCCESS !!!