[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-25 Thread Grace Kloba
The trick is to use -webkit-tap-highlight-color. If the alpha of the color is 0, the orange ring won't be drawn. On Thu, Jan 22, 2009 at 4:33 PM, Andrew Hedges segd...@gmail.com wrote: I'm one of the design guys Mark was talking about. I found scant documentation on Apple's site about

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-25 Thread Mark Murphy
Grace Kloba wrote: The trick is to use -webkit-tap-highlight-color. If the alpha of the color is 0, the orange ring won't be drawn. Many thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available!

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-25 Thread Fred Grott(shareme)
Thanks Grace...we owe you one On Jan 25, 1:44 pm, Grace Kloba klo...@gmail.com wrote: The trick is to use -webkit-tap-highlight-color. If the alpha of the color is 0, the orange ring won't be drawn. On Thu, Jan 22, 2009 at 4:33 PM, Andrew Hedges segd...@gmail.com wrote: I'm one of the

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-22 Thread Mark Murphy
Fred Grott(shareme) wrote: Found it :) I hope how about webkit-focus-ring-color Does that sound correct Mark? I mean there would have to be say an admin.css with webkit in Android setting this to orange correct? Thus, the question is can we override it? In my case, I'd settle for

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-22 Thread Fred Grott(shareme)
Your welcome Mark, Currently I am seeking side projects to take care of my own seed capital needs so if you see anything let me know.. I expect to find more tricks over the weekend..switching to using QuickConnect for Android.. On Jan 22, 7:07 am, Mark Murphy mmur...@commonsware.com wrote:

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-21 Thread Fred Grott(shareme)
Does that rectangle change with LightTouch enabled? I was kind of hoping that there would be a setting to turn it off or modify it.. On Jan 21, 7:33 pm, Mark Murphy mmur...@commonsware.com wrote: When viewing Web pages either in the built-in Web browser or in a WebView canvas, focusable

[android-developers] Re: WebKit/WebView and Focus Highlighting

2009-01-21 Thread Fred Grott(shareme)
Found it :) I hope how about webkit-focus-ring-color Does that sound correct Mark? I mean there would have to be say an admin.css with webkit in Android setting this to orange correct? Thus, the question is can we override it? On Jan 21, 7:33 pm, Mark Murphy mmur...@commonsware.com