Reputation: 385
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
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
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