Welcome Guest Search | Active Topics | Sign In | Register

How to prevent drag and drop in text entry fields in EO Browser Options
prxmxd
Posted: Thursday, April 11, 2019 5:12:01 PM
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,
eo_support
Posted: Friday, April 12, 2019 10:57:16 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.