tradingview / lightweight-charts-android

Android wrapper for lightweight-charts library
Apache License 2.0
101 stars 34 forks source link

Horizontal scrolling issue 📈 #148

Open udithperera-dev opened 4 days ago

udithperera-dev commented 4 days ago

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

venushi commented 4 days ago

having the same issue on my android jetpack compose project. Are there any solutions for horizontal scrolling ?

NaveenUdesh043 commented 3 days ago

I got this issue while I'm working on my project in kotlin jetpack compose. Are there any good solution for this issue?