HTML5-Progress-polyfill icon indicating copy to clipboard operation
HTML5-Progress-polyfill copied to clipboard

iOS support

Open ghost opened this issue 13 years ago • 1 comments

Can you confirm this works on iOS?

I tried setting progressElement.value = 50; though it doesn't seem to do anything on iOS 5.1.

Thanks!

ghost avatar Mar 26 '12 22:03 ghost

@LeaVerou Hey Lea, is there a chance to add support for indeterminate state on non-supported browsers? TIL iOS does not support it (including 8), which sucks. I imagine some clever CSS could do the trick to reproduce something akin to Chrome's rendering. The only issue — detecting lack of support without sniffing; not sure about that.

kangax avatar Oct 09 '14 17:10 kangax