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?