sugarlabs / sugar-web

Components for Sugar web activities
Apache License 2.0
13 stars 32 forks source link

Remove android blue highlight #22

Closed manuq closed 11 years ago

erikos commented 11 years ago

Can you give a more detailed description to the ifs and whys? (in the commit message I mean)

manuq commented 11 years ago

Yes. Android WebKit adds a blue highlight on tap. It is a semi transparent blue over the elements. We certainly welcome feedback on tap, but it needs to be properly styled for Sugar. In GTK Sugar we added a background highlight, which looks better than this overlay.

manuq commented 11 years ago

By the way I'm identifying other things we'll need to do for touch. For example, handle the touch events, not just the "onclick".