Images on BlackBerry Web Browser loading sporadically
I have several standard XHTML image tags on a valid XHTML 1.0 STRICT html page.
<img src="/_assets/img/icon-payroll.png" alt="" />
For some reason on blackberry phones the images will sometimes show and sometimes not. It's never the same images, and it appears to be completely random in deciding which one will show. Just hitting refresh will cause the same image to load or not display at random. The page in question has a total of 7 png images. Sometimes only 1 or 2 will show, occasionally all 7 will show.
The test server is an Amazon EC 2 instance.
This issue does not appear on the iPhone, iPod touch, iPad, Andriod, Safari (for desktop), Firefox, Chrome, Opera, or Internet Explorer. It appears to only be an issue with Blackberry phones.
[EDIT]
The issue appears to be on all blackberry phones and on all networks.
Here is a device lis开发者_JAVA技巧t of the current Blackberrys with this issue:
- BB Curve 8530 (Sprint) OS: v5.0.0.654
- BB Torch 9800 (AT&T) OS: v6.0.0.246
- BB Tour 9630 (Verizon) OS: v5.0.0.975
I have experienced resource load failure based on connection type.
Some default connections would timeout -- specifically on an 9700 AT&T phone -- yet the WAP connection would load the images just fine, then on a Sprint 8520, the WAP connection would occasionally timeout, yet the default connection would perform as expected.
If you can, try different connection types -- you may also experience speed gains by varying the connection type by vendor preference (which seems to be what I have found -- haven't explored the possibility completely, yet).
精彩评论