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

OnSlideCompleteListener doesn't call after slide. #138

Open
RexNexstream opened this issue Sep 7, 2020 · 8 comments
Open

OnSlideCompleteListener doesn't call after slide. #138

RexNexstream opened this issue Sep 7, 2020 · 8 comments

Comments

@RexNexstream
Copy link

RexNexstream commented Sep 7, 2020

video.zip

OnSlideCompleteListener din called after slide action , attached video for your reference.

Similar issue - #110
library version - 0.9.0

@cortinico
Copy link
Owner

video.zip
OnSlideCompleteListener din called after slide action , attached video for your reference.

Thanks for the report @RexNexstream
Unfortunately, that's not sufficient to identify the bug and eventually fix it.

I'm wondering if the slider is getting stuck or not. Your app seems to proceed afterwards so it looks like the 'tick' icon is not shown but the app proceeds afterwards (my suspect is that OnSlideCompleteListener is actually called).

@kamit971
Copy link

Hi @cortinico , i underStand what @RexNexstream is facing ,
Initially moving the slider from left to right OnSlideCompleteListener is called but again if you want to move back from right to left manually than OnSlideCompleteListener is not calling. please provide the solution i am also facing this issue long back.

@cortinico
Copy link
Owner

but again if you want to move back from right to left manually than OnSlideCompleteListener is not calling.

Can you elaborate here?

Once the onSlideComplete gets called it means that the slider reached the complete state (shows a tick). You can't manually move back from right to left. You can reset the slider, and the onSlideReset callback will be called.

@RexNexstream
Copy link
Author

The Slider getting stuck and the tick does not show .
The logic in the onSlideComplete does not call too.
My logic in onSliceComplete is calling an api and hide the slider after that.

@cortinico
Copy link
Owner

Can you please provide a reproducible example? I'm not really able to support here without further context.

The logic in the onSlideComplete does not call too.
My logic in onSliceComplete is calling an api and hide the slider after that.

You're claiming that the onSlideComplete does NOT get called. In the video the slider is hidden after some seconds. Would you be able to explain better what is going on?
Can you prepare a sample project I can look into?

@RexNexstream
Copy link
Author

RexNexstream commented Sep 13, 2020

Can you prepare a sample project I can look into?

it happen in some device only , I not able to reproduce on my testing devic.

You're claiming that the onSlideComplete does NOT get called. In the video the slider is hidden after some seconds. Would you be able to explain better what is going on?

I will get more information and update you . Thanks

@kamit971
Copy link

Hi @cortinico . my concern is i don't want to reset the slider, i want to slider back manually f. could you please provide the support for this.

@cortinico
Copy link
Owner

i don't want to reset the slider, i want to slider back manually f. could you please provide the support for this.

Can explain better?

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

No branches or pull requests

3 participants