react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

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

Open algokano opened this issue 4 years ago • 6 comments

"@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 avatar Sep 15 '20 12:09 algokano

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 avatar Oct 04 '21 08:10 BartoszKlonowski

Closing due to lack of author's response.

BartoszKlonowski avatar Oct 13 '21 09:10 BartoszKlonowski

@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

ali-sao avatar Oct 29 '21 14:10 ali-sao

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

BartoszKlonowski avatar Oct 29 '21 21:10 BartoszKlonowski

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

BartoszKlonowski avatar Nov 16 '21 12:11 BartoszKlonowski

@BartoszKlonowski, it is Skyworth certified Android STB.

ali-sao avatar Nov 16 '21 13:11 ali-sao