I have implemented a listener for copy event and have overridden the onPrimaryClipchanged()
method
This method get called thrice when some text is copied from the chrome browser. I know that this has something to do with the chrome. Is there anything that I can do to solve this problem?
The same question has been asked here. I had choice but to ask a similar question because I could not find any solution.