Earlier quoted context omitted.
Non-obvious keyboard support is still almost worthless.
I'm sure we'll add a focus highlight or something soon!
Turn boring HTML checkboxes into iPhone toggle switches
11–20 of 24 posts
Re: Turn boring HTML checkboxes into iPhone toggle switches
#12Re: Turn boring HTML checkboxes into iPhone toggle switches
#13Re: Turn boring HTML checkboxes into iPhone toggle switches
#14This is a classic case of why you don't necessarily make a UI element look like something real. Every time I used the toggle switches, I just wanted to "swish" them with the mouse (a completely awkward gesture), even though they technically respond to simple on/off clicks like checkboxes do. So all they've done is make the "easy" behavior unintuitive, while almost encouraging an awkward gesture.
Re: Turn boring HTML checkboxes into iPhone toggle switches
#15The only reason I'd want these is for a web page to be used on an iPhone. They kill usability for keyboard-focused users.
Actually, it’d be nice to see a Webkit specific (or at least modern browser specific) JS library that dumps IE workarounds and fallback DOM selection routines; leaves us with syntactic sugar for QuerySelector and XMLHTTPRequest, and an animation library.
Re: Turn boring HTML checkboxes into iPhone toggle switches
#16what is wrong with you people?
Re: Turn boring HTML checkboxes into iPhone toggle switches
#17This is a classic case of why you don't necessarily make a UI element look like something real. Every time I used the toggle switches, I just wanted to "swish" them with the mouse (a completely awkward gesture), even though they technically respond to simple on/off clicks like checkboxes do. So all they've done is make the "easy" behavior unintuitive, while almost encouraging an awkward gesture.
You can actually swish them on an iPhone (the real iPhone ones, not the ones in this kit.)
Re: Turn boring HTML checkboxes into iPhone toggle switches
#18This is a classic case of why you don't necessarily make a UI element look like something real. Every time I used the toggle switches, I just wanted to "swish" them with the mouse (a completely awkward gesture), even though they technically respond to simple on/off clicks like checkboxes do. So all they've done is make the "easy" behavior unintuitive, while almost encouraging an awkward gesture.
But one benefit I can see is that these switches increase the target area, which I've always found to be somewhat small with checkboxes and radio buttons...
Re: Turn boring HTML checkboxes into iPhone toggle switches
#19This is a classic case of why you don't necessarily make a UI element look like something real. Every time I used the toggle switches, I just wanted to "swish" them with the mouse (a completely awkward gesture), even though they technically respond to simple on/off clicks like checkboxes do. So all they've done is make the "easy" behavior unintuitive, while almost encouraging an awkward gesture.
I agree that we shouldn't automatically copy and past UI elements from one platform to every other, unless they present real usability benefits to those other platforms. But one benefit I can see is that these switches increase the target area, which I've always found to be somewhat small with checkboxes and radio buttons...
Re: Turn boring HTML checkboxes into iPhone toggle switches
#20Earlier quoted context omitted.
I agree that we shouldn't automatically copy and past UI elements from one platform to every other, unless they present real usability benefits to those other platforms. But one benefit I can see is that these switches increase the target area, which I've always found to be somewhat small with checkboxes and radio buttons...
The text label beside the radio button is clickable too, if the page author has used the tag correctly.