Rank: Newbie Groups: Member
Joined: 4/11/2019 Posts: 1
|
Hi,
I am trying to remove the drag and drop feature from EO Browser. So I set the AllowDropLoad Property to false. It seems like working but I noticed I can able to drag and drop into the text fields. Is there any other property that I need to set in order to prevent this?
Thanks,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
There is no direct interface for you to disable drag and drop on our control. AllowDropLoad is to control whether you will be able to drop a file into the WebView to load that file.
It might be possible for you to disable drag drop with JavaScript. So you may want to search online for that. If you find the proper JavaScript code to do so, you can use WebView.JSInitCode to inject JavaScript code into your page without having to modify the page itself. Note that we do not provide technical support on your JavaScript code.
Thanks!
|