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
Range inputs do not work inside of scroll-views. This is probably expected as the event is being hijacked by the scroll view (so that it will scroll) instead of allowing it through to the input. I can't think of an easy fix at the moment. The slider would probably have to be its on widget. Any thoughts?
Range inputs do not work inside of scroll-views. This is probably expected as the event is being hijacked by the scroll view (so that it will scroll) instead of allowing it through to the input. I can't think of an easy fix at the moment. The slider would probably have to be its on widget. Any thoughts?
Here is a codepen to illustrate my point: http://codepen.io/anon/pen/VLZxmj?editors=101
(Remember to emulate touch events)
The text was updated successfully, but these errors were encountered: