Maarten Baijs
Maarten Baijs
Are you on windows? I just cant seem to reproduce your findings. Does this also happen on my webpage?
Hmm strange. Can you share a link to your webapp or provide a testcase?
Hey David, I didn't abandon this project. However having said that I don't have enough spare time to actively work on it either. So feature requests aren't a option right...
You could do something like this probably. ``` javascript $(document).ready(function() { var $box = $('#box'); var $indicators = $(".indicator"); $box.tinycircleslider(); var box = $box.data("plugin_tinycircleslider"); $box.bind("move", function() { $indicators.removeClass("highlight"); $indicators.filter(function( index...
What do you mean that didnt't help? You may need to tweak it a little but I think that will work.
You did not add the actual indicator divs. I dont have time to build a complete solution for you sorry.
I think this can be done by extending tinyscrollbar using the current methods. Not sure about how I feel about implementing this by default.
Thanks for the info I will try and see if I can duplicate your findings.
I added touchLock. Can you check if it works correctly? Its working on my iPhone pretty well.
Great thanks! :)