|
Rank: Newbie Groups: Member
Joined: 2/8/2016 Posts: 8
|
Hi, I want to disable zooming. I used this code:
Code: Visual Basic.NET
Dim options As New EO.WebEngine.BrowserOptions
options.AllowZooming = False
EO.WebEngine.EngineOptions.Default.SetDefaultBrowserOptions(options)
and it works for the mouse and keyboard, but if I try with a touchscreen, I can zoom the page. Is there any way to disable it?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that we have posted a new build on our download page that should fix this problem. Please take a look and let us know if you still see any problems.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 2/8/2016 Posts: 8
|
eo_support wrote:Hi,
This is just to let you know that we have posted a new build on our download page that should fix this problem. Please take a look and let us know if you still see any problems.
Thanks! Thank you for your answer, now I can't try it. When I'll be able to do it, I'll write you.
|
|
Rank: Newbie Groups: Member
Joined: 2/8/2016 Posts: 8
|
eo_support wrote:Hi,
This is just to let you know that we have posted a new build on our download page that should fix this problem. Please take a look and let us know if you still see any problems.
Thanks! Hi, I tried it and now it works! Thank you very much!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Great. Thanks for confirming the fix!
|
|