Open udithperera-dev opened 4 days ago
having the same issue on my android jetpack compose project. Are there any solutions for horizontal scrolling ?
I got this issue while I'm working on my project in kotlin jetpack compose. Are there any good solution for this issue?
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