We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I find a demo https://naver.github.io/egjs-view360/v3/examples/panoviewer/controls/motion-touch.html. But I did not find the corresponding api and code under the v4 version.
The text was updated successfully, but these errors were encountered:
i also found out that zoom using 2 fingers on mobile device is unavailable, and the interaction on mobile is very laggy
Sorry, something went wrong.
I set the options zoom: { duration: 500 }, zoomRange: { min: 0.4, max: 2 }, and it work. you can try it.
zoom: { duration: 500 }, zoomRange: { min: 0.4, max: 2 },
@EarhartZhao i set as you but i still cant zoom using 2 fingers on android. can u check it on the homepage of the library ?
@nguyenph194812 I write a https://github.com/EarhartZhao/view360-demo and can implement two-finger zoom on one plus 11
No branches or pull requests
Description
I find a demo https://naver.github.io/egjs-view360/v3/examples/panoviewer/controls/motion-touch.html.
But I did not find the corresponding api and code under the v4 version.
The text was updated successfully, but these errors were encountered: