1.3.2
Safari / CHrome
2.3.3
https://jsfiddle.net/pj71jkyw/192/
Any slider component won't work with mobile, need to test using mobile emulator for browser.
User's intuition when they see a slider is to drag it, but it confuses the user because the user doesn't work.
Should this be titled feature request?
Slider should move when dragging with touch.
Slider doesn't move when dragging with touch.
Element is designed for desktop. It's not suitable for mobile devices.
@Leopoldthecoder Element's grid layout supports tablets and mobile devices, so why shouldn't the components support them as well?
If Element is designed for desktop, why it has xs
and sm
attributes for <el-col>
component?
Most helpful comment
@Leopoldthecoder Element's grid layout supports tablets and mobile devices, so why shouldn't the components support them as well?
If Element is designed for desktop, why it has
xs
andsm
attributes for<el-col>
component?