Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal scrolling issue 📈 #148

Open
udithperera-dev opened this issue Nov 23, 2024 · 2 comments
Open

Horizontal scrolling issue 📈 #148

udithperera-dev opened this issue Nov 23, 2024 · 2 comments

Comments

@udithperera-dev
Copy link

udithperera-dev commented Nov 23, 2024

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
Copy link

venushi commented Nov 23, 2024

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

@NaveenUdesh043
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants