slider Questions
4
I have some problem with Swiper slider. When i scroll to the end of slider, some empty spaces is visible.
http://take.ms/siqXj
swiper = new Swiper(profile_images, {
slidesPerView: 4,
nextButto...
4
I have a jQuery slider initialized and then dynamically set min max values depeding on the contents of a json-request. Steps av even 100, min a max are recalculated to even hundred, most of the cas...
6
Solved
I'm trying to create a slider in my react native Android App, and relatively new to React Native. The React Native documentation says their Slider component is deprecated (https://reactnative.dev/d...
Sheik asked 28/7, 2020 at 7:14
1
I have a simple jQuery UI slider that has a numerical range from 25 to 35. It works fine and the default value is 28. I'm hoping to add a simple tick mark to the slider to indicate that 28 is where...
10
Solved
I have a ui.slider and change its min and max values on runtime. But these changes only get reflected in the view, when I set the values afterwards too (which causes it to fire events that are not ...
9
Solved
how can I get low and high values from ion.rangeSlider component by clicking a button?
This is my jQuery code:
<script>
$(document).ready(function(){
$("#range_1").ionRangeSlider({
min: ...
Fabrin asked 29/10, 2014 at 21:31
4
Solved
I am using a slider to control the position of a playing MediaElement. I have implemented the ValueChanged event to synchronize the position and the value of slider. So when I am dragging on the Th...
4
I am trying to make a group (10 in the test code, but 32 in reality) of vertical faders using SwiftUI on an iPad app.
When making sliders horizontally, they stretch across the screen properly. Whe...
3
Wish you are having a wonderful day,
I'm currently trying to apply some color to a simple slider range.
<Input class="range pr-6 bg-red-500"
type="range"
value="0&qu...
Keary asked 1/12, 2022 at 21:16
5
I have an issue with the swiper (http://www.idangero.us/sliders/swiper/api.php)... I am on page 1 and when I swich to the page 2 I want the slider to start with the first slide. I set mySwiper.swip...
Wizard asked 15/4, 2014 at 17:29
4
I am currently working with svelte to create a smooth auto slider using SwiperJs. It seems that I am unable to create that animation.
When loading the page, the autoPlay dosen't seem to work.
Below...
Blessing asked 29/8, 2022 at 5:26
5
Solved
I am wondering how I can remove the default padding in Flutter Slider
Current output is like this, default padding of Slider is clearly visible
Here's my code::
Positioned(
child: Align(
alignm...
3
There's the slider syncing functionality that I need to use (can be seen here http://kenwheeler.github.io/slick/ when you scroll down a bit), but, as we can see, when you click on the navigation sl...
Sphagnum asked 3/5, 2015 at 11:6
5
Solved
I was wondering how I can create a vertical slider in swift.
I have tried using .transform and then adding a rotate but this returned an exception and rotated the whole screen. I just need a verti...
18
I want to change the arrows in my slick slider but it does not change. I want the next and previous button as an image. I have tried putting it in a <style> but it still not working. Where ca...
Gurglet asked 26/4, 2015 at 9:56
6
Solved
I want to fire an event onDragStop rather than onChange using a Material UI Slider in my React app (so that the event fires fewer times). However, the documentation indicates that the onDragStop fu...
Winglet asked 22/11, 2017 at 16:51
12
Solved
Is it possible to make a HTML5 slider with two input values, for example to select a price range? If so, how can it be done?
3
Solved
I'm trying to evolve with this Slider, but I get the following error when using TypeScript React in this Next.js project:
"Type 'IterableIterator' can only be iterated through when using the '...
Limbert asked 29/10, 2022 at 16:12
3
Solved
is it possible to change the thumb of a Slider in SwiftUI like you can with a UISlider in UIKit? With a UISlider all you have to do is:
self.setThumbImage(UIImage(named: "Play_black"), fo...
5
Solved
is there any solution to stop dragging when click on the button.
the documentation do not give proper description
http://www.eyecon.ro/bootstrap-slider/
$("#stopDrag").click(function(){
});
D...
Inimical asked 26/9, 2013 at 12:4
2
I am trying to get two divs to fit the full width of the page but split in half with a diagonal line.
How can I achieve this with two divs through CSS? it is for a slider and needs content added...
Famed asked 9/7, 2015 at 8:58
4
Solved
UPDATE 7/24/15: As I couldn't migrate the code and was having conflicting issues I changed the library totally. The quickest fix, for me was http://refreshless.com/nouislider/. It still allowed me ...
Kozlowski asked 15/7, 2015 at 15:41
4
Under what circumstances SwiftUI Slider's label is visible?
Slider inits can take label arguments, but I don't understand what this label is for?
struct ContentView: View {
@State private var slV...
2
Solved
I want to have a slider in flutter with numbers like .5,1,2,3,4,5,10,15. How is this possible. I know that the divisions creates divisions in the slider that are linear. Is this possible to have my...
Unpolitic asked 26/1, 2022 at 20:12
4
Solved
How can I hide swiper js navigation buttons(left and right) when no more images are present in the particular direction
Eg. When there are no images in the right direction then the right navigation...
Illumination asked 12/1, 2021 at 15:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.