In the H5 version of react-easy-crop, when zooming in with two fingers, it zooms in based on the center of the image instead of the position between the two fingers. However, on the PC version, it zooms based on the position of the touch points. How can I implement zooming based on the position of the two fingers on H5?