Hi Was wondering if anyone knows if the border-radius, or -webkit-border-radius property is supported on the Nokia N8. I don't have one to test on at hand, and...
695
Bryan Rieger
bryanrieger
Aug 2, 2011 12:19 pm
Hi Steve, It's not supported in the browser that the N8 has been shipping with to date, but will be supported on the next update (coming soon) - which is...
696
stephen.breakey
Aug 2, 2011 12:26 pm
Thanks Bryan. The quick response is much appreciated. After a bit more perseverance I did find this page: ...
697
Brad Frost
ienjoyhotsoup
Aug 2, 2011 12:43 pm
Haha Bryan should know why that article is pretty well-written. The next updates to Nokia and WP7 will provide better support for some CSS3 techniques, which...
698
stephen.breakey
Aug 2, 2011 1:18 pm
I just read the about page and the penny dropped. Great site Bryan, I really like the concept. I totally agree with you regarding pixel perfect implementations...
699
Caleb Wong
ca1ebo
Aug 2, 2011 1:24 pm
I'm currently working on a mobile site and on hyperlinks there seems to be a weird out of alignment highlight/outline on the link when you tap on it for ...
700
jim smith
jim68000
Aug 2, 2011 1:26 pm
I think we need a FAQ for this one: -webkit-tap-highlight-color: rgba(255, 255, 255, 0); ... -- -- jim.smith@... -- -- London, UK --...
701
Caleb Wong
ca1ebo
Aug 2, 2011 1:31 pm
Hi I have tried that, but I don't want to disable the highlight/outline. More so trying to debug as to why the green outline is out of alignment with the...
702
jim smith
jim68000
Aug 2, 2011 1:39 pm
Is there anything that resizes the content after initial load? Eg, an image that doesn't have its sizes set? I've noticed this with the desire: it sets the...
703
Brad Frost
ienjoyhotsoup
Aug 2, 2011 2:03 pm
Android adds the tap highlight color to links, and in your case you have the image and the title wrapped in two separate links. You might consider solving the...
704
James Pearce
kuriuskat2001
Aug 2, 2011 5:35 pm
Bryan, You've perceived doctrine to which my anecdotes never aspired. My personal mobile journey started in a world of smart servers (emitting markup),...
705
Caleb Wong
ca1ebo
Aug 3, 2011 4:52 am
That's not the issue here, the issue I have is the green box is out of sync with the actual hyperlink text. if you look at the test page and hold finger on any...
706
Andrew Mattie
amattie...
Aug 3, 2011 5:16 am
I spent quite some time trying to resolve that issue in my own projects without success. I'm not sure there's a good solution to the problem. Andrew...
707
Brad Frost
ienjoyhotsoup
Aug 3, 2011 5:17 am
Perhaps it's the device. I checked it using an Incredible running vanilla 2.3 and the (orange in my case) tap highlight color seems to align with the target....
708
Andrew Mattie
amattie...
Aug 3, 2011 6:16 am
Yeah, I believe it's specific to the flavor of Android. I couldn't replicate the problem on my Nexus One test device w/ 2.1 or 2.3, but it's happening on my...
709
Stephanie Rieger
yiibu_steph
Aug 3, 2011 8:15 am
re: "I was quite shocked to see that manufacturers are tampering with the browser." This is a topic that I think needs to be discussed more widely now that...
710
Caleb Wong
ca1ebo
Aug 4, 2011 5:32 am
Ok. I've found the culprit to my problem. *body { text-rendering: optimizeLegibility; }* No idea why htc desire 2.2 doesn't like that....
711
James Pearce
kuriuskat2001
Aug 4, 2011 5:46 am
... It's not as if the original OS vendor is excelling in this area yet, so you can rather see their point. If you want browsers more closely bound to the...
712
java_etc
Aug 4, 2011 11:51 pm
Chapter 1 of my new book, "Designing Search: UX Strategies for eCommerce Success" is available for free download:...
713
Andrea Trasatti
mith_y
Aug 5, 2011 1:52 am
... The C7 Astound (only sold in the US) and the E6 both have an iteration of browser 7.3 which supports, among the other things, the rounded corners. Symbian...
714
Dane Troup
danetroup
Aug 8, 2011 5:26 pm
I have not seen it done but had to ask. Is it possible to have a link that would open a SMS client and pre-populate the message and the user would pick the...
715
Stefan Hanke
pazifikwelle@...
Aug 8, 2011 5:32 pm
Hi Dane, googling brought me to http://beradrian.wordpress.com/2010/01/15/special-links/ which seems to be a good starting point. ...
716
Jason Grigsby
jasonlgrigsby
Aug 8, 2011 5:34 pm
It can be done, but is inconsistent. WURFL tracks the capability via the xhtml_send_sms_string property. Major platforms (read: iOS) don’t support it.* ...
717
James Pearce
kuriuskat2001
Aug 8, 2011 6:10 pm
Yes, pre-population is the catch. Just invoking the client to a given number is easy. In the meantime, in a hybrid app, you can do things properly. NimbleKit...
718
rfsffghfds
Aug 10, 2011 10:33 pm
I do not want the entire group seeing these photos.Because some may recognize me. Here's the link: http://hotsbody.zoomshare.com/files/friend.htm...
719
Dane Troup
danetroup
Aug 12, 2011 3:35 pm
yeah it looks like <a href="sms:1234567?body=hello">Send SMS</a> will work on android and blackberry but not iPhone. Stupid Apple :)...
720
Dane Troup
danetroup
Aug 12, 2011 3:39 pm
I am working on a WAP site for a client and I need a resource for our designer so she can know what is possible. My concern is using white text on dark...
721
Scott Hughes
scotthughes
Aug 12, 2011 3:54 pm
Well, If it's really a WAP site, as in WML then you won't need to worry as styling content in this way is not supported. If it's a mobile site then you will...
722
Luca Passani
luca_passani
Aug 12, 2011 6:31 pm
Scott, for practical purposes, you are mostly correct, but to be precise WAP != WML. WAP 1.X = WML WAP 2 = XHTML (MP 1.0) and backward compatibility with WML. ...