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
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!
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
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!