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
Hi, Im using latest version of tradingview chart for kotlin jetpack compose, but horizontal scroll not working on android devices and emulator both,
And I tried both options that are provided from this gradle library.
Hi, Im using latest version of tradingview chart for kotlin jetpack compose, but horizontal scroll not working on android devices and emulator both,
And I tried both options that are provided from this gradle library.
`
handleScroll:
{
mouseWheel: false,
pressedMouseMove: false,
horzTouchDrag: false,
vertTouchDrag: false
},
handleScale: {
axisPressedMouseMove: false,
mouseWheel: false,
pinch: false,
},
`
I tried several times with changing this values, but still i stuck on development for this scroll issue.
Please let me know anyone know about this. 🙏😒
#TradingView #Lightweight-chart #Kotlin #Jetpack compose #Gradle #Horizontal #Scroll #issues
The text was updated successfully, but these errors were encountered: