Is it just me or are Streamlit sliders horrible to use on an iPad.?
Thats what I’m seeing
( jerky, difficult to grab, sometimes you get the ‘copy range’ pop-up)
I assume ‘under the hood’ its just a react slider…
I tried some online react slider widget demos and they’ll work perfectly on my iPad.
simple test:
import streamlit as st
st.slider('volume', min_value=0, max_value=10, value = 1)
Any tips on this?