Welcome Guest Search | Active Topics | Sign In | Register

Disable zooming on touchscreen (EO.Total 2015.4.5.0) Options
zs949
Posted: Monday, April 11, 2016 6:05:56 AM
Rank: Newbie
Groups: Member

Joined: 1/4/2016
Posts: 4
I found a bug in EO.Total 2015.4.5.0
Code:
EO.WebEngine.BrowserOptions options = new EO.WebEngine.BrowserOptions();
options.AllowZooming = false;
EO.WebEngine.EngineOptions.Default.SetDefaultBrowserOptions(options);

it works for the mouse and keyboard, but if I try with a touchscreen, I also can zoom the page.

and this bug is fixed on EO.Total 2016.0.36:
----Fixed setting BrowserOptions.AllowZooming to false does not disable pinch zoom issue.

but,this new version of the Chromium(version 49) browser engine disabled NPAPI, unity web player can not work on this.
so,i can not use the new version. :(

about this bug on 2015 version,Is there any way to fix it?
eo_support
Posted: Monday, April 11, 2016 9:56:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Unfortunately we can not back port this particular one. This fix involves changes inside the browser engine and since the codebase for the browser engine has dramatically changed from Chromium 43 (on which 2015 is based) to Chromium 49 (on which 2016 is based), it poses significant challenges and risk for us to back port such changes. As such we will not be able to implement this one in 2015. Sorry about it!


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.