Note that there are some explanatory texts on larger screens.

plurals
  1. POIs there an exhaustive list of mobile browser issues similar to what we have in the desktop space?
    primarykey
    data
    text
    <p>I've been doing a lot of mobile web development lately and two things have really shocked me: The number of browser-specific bugs (and shortcomings) and the complete lack of documentation on these bugs when I search online. I could avoid a lot of them simply by rejecting Android 2.1 and iOS 3 devices and that may make sense a year from now but they still represent a large enough chunk of the market that I really need to support them.</p> <p>Right now I'm using <a href="http://www.caniuse.com" rel="nofollow">http://www.caniuse.com</a> where I can but this only tells me about missing HTML5 features not about bugs. Also, if I want to read deeper into what "partial support" means, I have to click through to the websites it links to which may or may not contain the information.</p> <p>These are a few bugs and differences (maybe not bugs but something developers should be aware of) I've identified:</p> <ul> <li>Android 2.1 doesn't prevent clicking on elements covered by an overlay element.</li> <li>Android 2.1 doesn't always clear <code>placeholder</code> text immediately (sometime visibly, sometimes invisibly) counting against <code>maxlength</code>.</li> <li>Android 2.1 HTC desn't fire touchend events if scrolling occurs.</li> <li>Android 2.1 (ans sometime iOS3) may prevent all in-page network connections after application cache download finishes.</li> <li>Android 2.1 supports <code>background-size</code> only through <code>-webkit-background-size</code>.</li> <li>Android 2.1 and iOS 3 do not have correct styling for HTML5 elements.</li> <li>On Android devices, <code>inline-block</code> elements will sometime exceed their specified widths and overflow to the next line: 33.33% + 33.33% + 33.33% > 100%</li> <li>iOS 3 may blank out elements during translate3D or tranlateX transitions.</li> <li>Android 2.2 (one device) would occasionally render the new page's 3D translated elements on top of the old page during page navigation.</li> </ul> <p>Each of these bugs required a significant amount of testing, experimentation, and often-futile research. I'm sure there is a lot of collective knowledge on these device- and version-specific problems but I haven't seen it channeled into websites like we have for the desktop. Does anyone know of any sites out there that have this?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload