antvis / F6

F6 is a graph visualization engine which provides quick and smooth operations on mobile devices.
https://f6.antv.vision
MIT License
134 stars 21 forks source link

微信小程序中无法缩放移动 #141

Closed Mrchen128 closed 2 years ago

Mrchen128 commented 2 years ago

微信小程序中无法缩放移动,触摸事件触发了,但是没有任何缩放效果

ICMI commented 2 years ago

微信小程序事件需要手动外部触发, 参考: https://github.com/antvis/F6/blob/54c1ea18627768b01972a99f8d829165bd5cc27d/packages/examples-wx/package-elements/pages/elements/circle/index.js#L53

Mrchen128 commented 2 years ago

解决了,微信里面的传参需要e.detail,支付宝好像不需要