Welcome Guest Search | Active Topics | Sign In | Register

Scrolling WebViewControl Options
AiSatan
Posted: Wednesday, July 13, 2016 12:56:33 PM
Rank: Advanced Member
Groups: Member

Joined: 2/11/2016
Posts: 35
If I have js events "onclick" on a document, and I scrolling WebControl, the events is fire.
How I can stop it? I try use SetScrollOffset, but it not help.
eo_support
Posted: Wednesday, July 13, 2016 3:52:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You can not stop it. You can automate the browser engine but most of the time you can not change the browser engine's behavior.

Thanks!
AiSatan
Posted: Wednesday, July 13, 2016 4:17:04 PM
Rank: Advanced Member
Groups: Member

Joined: 2/11/2016
Posts: 35
I mean, how to make it so that when clicking on the scrolling does not fire events on the page?
js - onclick events are generated when clicking on the vertical scrollbar.
It turns out that the item the scroll is part of the page.
eo_support
Posted: Wednesday, July 13, 2016 4:25:44 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
What I was trying is to tell you is you can not. If a page fires onscroll event in a regular browser, then it will fire the same event exactly the same way in EO.WebBrowser. We can not make changes so that pages in our browser control have different behavior than in a regular browser. In fact our goal is exactly the opposite: page should behave exactly the same in EO.WebBrowser as in a regular browser.


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.