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

onSlidingStart & onSlidingComplete & onValueChange were not called on tvbox (android) #226

Open
algokano opened this issue Sep 15, 2020 · 6 comments
Labels
bug report Something isn't working

Comments

@algokano
Copy link

algokano commented Sep 15, 2020

"@react-native-community/slider": "^3.0.3",
"react-native": "npm:[email protected]",
"react": "16.11.0"
my code:
<Slider
thumbTintColor={"red"}
style={{width: "100%", height: 40}}
value={value ? value : 0}
onSlidingComplete={(a)=>{
console.log("onSlidingComplete", a)
}}
onSlidingStart={(a)=>{
console.log("onSlidingStart", a)
}}
minimumValue={0}
maximumValue={100}
minimumTrackTintColor="#FFFFFF"
maximumTrackTintColor="#000000"
/>

@algokano algokano added the bug report Something isn't working label Sep 15, 2020
@algokano algokano changed the title onSlidingStart & onSlidingComplete & onValueChange were not firing on tvbox (android) onSlidingStart & onSlidingComplete & onValueChange were not called on tvbox (android) Sep 15, 2020
@BartoszKlonowski
Copy link
Member

Hello @algokano!
I can see that this issue has been reported on a very outdated version of the library.
Could you check if the same issue still occur on the latest version (v4.1.7)?

@BartoszKlonowski BartoszKlonowski added the requires: author feedback Item requires some author's action label Oct 4, 2021
@BartoszKlonowski
Copy link
Member

Closing due to lack of author's response.

@ali-sao
Copy link

ali-sao commented Oct 29, 2021

@BartoszKlonowski I am still facing the same issue , discovered that onSlidingStartEvent and onSlidingCompleteEvent have never been executed . I am using 4.1.10

Screen Shot 2021-10-29 at 4 14 33 PM

@BartoszKlonowski
Copy link
Member

Thank you for checking this, @ali-sao!
Reopening of course 👍

@BartoszKlonowski
Copy link
Member

@ali-sao One more thing I forgot to ask: What platform do you observe this on? Is it the TVBox you are using?

@ali-sao
Copy link

ali-sao commented Nov 16, 2021

@BartoszKlonowski, it is Skyworth certified Android STB.

@BartoszKlonowski BartoszKlonowski removed the requires: author feedback Item requires some author's action label Jan 4, 2022
@github-project-automation github-project-automation bot moved this to To be analyzed in Slider-Board Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working
Projects
Status: To be analyzed
Development

No branches or pull requests

3 participants