You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to keep current slider status when the device rotated. So i create new slider and set left-right position for this:
self.mySAVideoRangeSlider.leftPosition = self.startTime * ratio;
self.mySAVideoRangeSlider.rightPosition = self.stopTime * ratio;
But it worked incorrect, slider's position is wrong. Are there any solution for my problem? Thanks so much.
The text was updated successfully, but these errors were encountered:
I want to keep current slider status when the device rotated. So i create new slider and set left-right position for this:
self.mySAVideoRangeSlider.leftPosition = self.startTime * ratio;
self.mySAVideoRangeSlider.rightPosition = self.stopTime * ratio;
But it worked incorrect, slider's position is wrong. Are there any solution for my problem? Thanks so much.
The text was updated successfully, but these errors were encountered: