SeekTo is convert to int position passed in android but not in ios
Closed this issue · 3 comments
In Android
If we call seekTo with fraction number like seekTo(10.25) then it convert to int the position we passed. It will move video to 10 sec not to 10.25.
In IOS
It will not convert to int it is using fraction value that we passed. It will move video to 10.25 sec.
Hi @kailashgoswami, thanks for the feedback. We will look into this and see if we can make it more consistent across platforms.
Hi @maxstoller Any update on this bug .
I can see similar changes in this PR #112
Are these changes will fix this issue? If not then
By when we can expect to be fixed and released?
Hi @maxstoller Any update on this bug .
I can see similar changes in this PR #112
Are these changes will fix this issue? If not then By when we can expect to be fixed and released?
Any update on this please?