Is it possible to use pinch to zoom with the TMSFNCWXPDFViewer ? I've enabled pan and zoom in the options but zoom doesn't seem to work with touch.
Hi,
Pinch zooming is "disabled" with HTML in all WX controls. In case of the PDF, it would also result in a pixelated view of the PDF as it is rendered on a canvas.
We'll look to add events to detect pinch in and pinch out - that way you can have full control over the zooming (% of the increase/decrease, or fully stop when it reaches a certain value).
Hi,
We added OnPinchIn and OnPinchOut events which will become available in the next upate.
Great news Tünde, very quick response.