Device-Bugs
Device-Bugs copied to clipboard
Just a collection of quirks and issues that occur on browser platforms (particularly those unlikely to update)
## Summary: XMLHttpRequest 2 and Blob constructing are both supported in ICS and newer. Therefore we should be able to send a raw Blob as an ajax request's body using...
## Summary: The toDataURL() method of the canvas element allows specifying the format in which to return the data url. By default it returns image/png, but specifying image/jpeg should return...
I've tested my app with same two devices. One of device with ios 11.2.5 and another one have 10.3.3. When i scroll down my page smooth scroll working fine on...
Issue templates are now supported by Github, [source](https://github.com/blog/2111-issue-and-pull-request-templates)
## Summary: An RGBA background color can appear darker than intended when using `translate3d` or `translateZ` inside an element with `-webkit-overflow-scrolling: touch`. ## Platforms: - iOS 8.4 ## How to...
If an SVG ever looks solid black in IE11 or older, it’s likely that it contains a `` element and the rules aren’t applying when the svg is dynamically used......
## Summary: iOS doesn't respect width or height on an iframe via CSS or any other means. It always sizes the iframe to the child document height. This is generally...
 - Reproducible on Safari 6, fixed in Safari 7. - Firefox 47 exhibits the same issue if you set a super long value in JS a la `.value =...
## <textarea maxlength="2">  One new line is allowed in Chrome and Safari, but two are allowed in Firefox, Edge, and IE. Safari has another peculiar behavior in that it...