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
On an iPad with an external mouse, the mouse wheel does not scroll the TradingView chart in a custom integration. Instead, only the drag event works, making things difficult. However, this functionality works correctly on TradingView’s official chart, suggesting a possible issue with the library configuration or event handling in embedded implementations.
Tried to fixed it disabled features like: disabled_features: ['horz_touch_drag_scroll', 'vert_touch_drag_scroll']
but the issue persists
Found similar closed issues: 80 probably resolving the issue in previous versions.
Since this works fine on TradingView’s official chart, could there be an undocumented setting or feature flag required to enable this behavior in custom integrations?
Would appreciate any insights or workarounds!
The text was updated successfully, but these errors were encountered:
mykl-shelemba
changed the title
Mouse Wheel Zoom Not Working on iPad with External Mouse
Mouse Wheel Scroll Not Working on iPad with External Mouse
Feb 19, 2025
On an iPad with an external mouse, the mouse wheel does not scroll the TradingView chart in a custom integration. Instead, only the drag event works, making things difficult. However, this functionality works correctly on TradingView’s official chart, suggesting a possible issue with the library configuration or event handling in embedded implementations.
Tried to fixed it disabled features like:
disabled_features: ['horz_touch_drag_scroll', 'vert_touch_drag_scroll']
but the issue persists
Found similar closed issues: 80 probably resolving the issue in previous versions.
Since this works fine on TradingView’s official chart, could there be an undocumented setting or feature flag required to enable this behavior in custom integrations?
Would appreciate any insights or workarounds!
The text was updated successfully, but these errors were encountered: