user2535540
user2535540

Reputation: 385

Disable FlexPaper mouse wheel zoom

Always when i try to scroll up or down on a page with the FlexPaper HTML5 viewer it zoom in/out. How can I disable this behaviour?

Upvotes: 0

Views: 459

Answers (3)

Gordon Isnor
Gordon Isnor

Reputation: 2105

If you have a UI config XML file you can use the "disableMouseWheel" setting, eg:

<?xml version="1.0" encoding="utf-8"?>
  <FlexPaper_Zine_UIConfiguration>
    <desktop>
      <general disableMouseWheel="true" 

Upvotes: 0

FlowPaper Team
FlowPaper Team

Reputation: 508

Its possible to disable Mouse Wheel zooming using our latest version of Desktop Publisher. Tick the option in the left bottom corner of the publisher to disable it. The publisher will produce the UIConfig file you will need to use in your viewer to disable the mouse wheel zoom.

You can grab the latest version from here: http://flexpaper.devaldi.com/download/

Upvotes: 2

winteck
winteck

Reputation: 417

Set

MaxZoomSize : 1

in $('#documentViewer').FlexPaperViewer

Upvotes: 1

Related Questions