simple-range-view icon indicating copy to clipboard operation
simple-range-view copied to clipboard

RangeBar not sliding completely till end

Open ritesh94 opened this issue 7 years ago • 1 comments

Hi @bendikv
I tried sampleApp provided in the repository (RangeViewBuilder tab)

When I enter the following configuration and slide till max value; I am unable to get the maxValue as 5000. Following prints in logcat:

Logcat: EndRange 4906 or sometimes EndRange 4898

Following are configuration:

Count = 10000
Start = 0
End = 5000
Min Distance = 1
Max Distance = 5000
MakeRangeMovable = true

ritesh94 avatar May 25 '18 15:05 ritesh94

@ritesh94 have you tried to add additional padding and margin to left and right side of rangeview?

LexzCQ avatar Dec 14 '18 09:12 LexzCQ