Full-finger gesture control on touch-screen devices
Other notable fixes and improvements:
- Fixed canceling full-screen view while loading high-res images in full-screen.
- Fixed full-screen button that was partially visible in zoom_light and zoom_dark skins when inside iFrames.
- Improved stability of 360 spinning on page scroll when page scroll is configured without smoothing.
- Fixed "play to label" automation when play speed was set to 0.
- Fixed API property
disableRelativeAssetsthat didn't work in full-screen. - Added API property
externalImagesfor overriding images in XML config:
[
{
image: "https://your-image-server/1.png",
zoomImage: "https://your-image-server/1-large.png" // optional
},
]