After a fun debugging session at the Apple Store where I ran back and forth between a Touch and an iMac logged in to my server, I determined that the Touch is choking on a "-webkit-border-image" CSS attribute applied to a select popup. I find this odd since it works fine on Safari 3 on my Mac and Mobile Safari on my iPhone. I guess I will report it to Apple as a bug -- unless anyone can think of a reason why "-webkit-border-image" shouldn't apply to a select popup. In the meantime, I put in a workaround for Touch clients accessing the app. I can draw a nearly as good a button using the CSS "background" attribute with a slightly modified button image (more of a swatch now) repeated horizontally.
Craig -- On Sep 17, 9:00 am, craig <[EMAIL PROTECTED]> wrote: > I just got a user report that my web app crashed Safari on the Touch > (it's one of the graceful crashes that just returns you to the home > screen). At this point, I have no idea if it's repeatable or if this > was just an isolated incident. If anyone has a minute to try it on > their Touch, especially with debug enabled, I would be grateful for > any info you can provide: > > http://hunter.pairsite.com/iphonewx/main.php?id=demo > > I have a feeling this is either a new bug in Safari, or perhaps the > Touch's Safari is trapping an error that the iPhone's Safari was lax > about. It sure would be nice to see some documentation of what's > changed in the newer version of Mobile Safari on the Touch. > > thanks, > Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
