-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Pinch to zoom not working anymore #6508
Comments
In console, I get the following warning: 'Tried to start the same gesture twice.' |
I've done a git bisect and #6099 is the culprit, still working on root causing. Using BrowserStack Local for testing and it's slow going. Using the debugger doesn't work all that well because the gesture changes when the debugger is in play (e.g. it thinks I'm long pressing instead of pinching) What I've found so far is that in blockly-v8.0.5, in On develop, the wrapped function is called twice, each time with one event in the array. But this time, I don't yet know why |
root cause found: Lines 167 to 173 in 1162a66
PR incoming (after more testing is done) |
Describe the bug
Since the migration from Blockly 6.2 to Blockly 9, the pinch to zoom doesn't work for me on touch devices.
To Reproduce
Visit https://www.supercodingball.com/code/offline/do-nothing on a touch device (or clone and run https://github.com/Orange-OpenSource/super-coding-ball on a touch device).
Expected behavior
I may do something wrong but I can't figure out what.
The pinch setting is still there: https://github.com/Orange-OpenSource/super-coding-ball/blob/d86a9d3dd2bdf4830518bac607a0e347ff380e86/src/app/components/blockly/blockly.component.ts#L83
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: