You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that an event.scale of 2 will eventually be logged. However, the final value to be printed is only 1.9230769230769231. Is this expected or is it a bug?
The text was updated successfully, but these errors were encountered:
When I use
Simulator.gestures.pinch
, I expect a pinch event to eventually fire with the scale I specify as an option. So, in the following test case:package.json:
index.html:
test.js:
I expect that an
event.scale
of2
will eventually be logged. However, the final value to be printed is only1.9230769230769231
. Is this expected or is it a bug?The text was updated successfully, but these errors were encountered: