skink wrote:
>> Apparently, it is:
>>
>> * {
>> -webkit-tap-highlight-color: rgba(0,0,0,0.0);
>>
>> }
>>
>> My CSS-fu is weak, but I suspect that means "make
>> -webkit-tap-highlight-color be transparent for all styles" or some such.
>
> thank you! yes, orange ring dissapeared.
>
> but when i ch
>
> Apparently, it is:
>
> * {
> -webkit-tap-highlight-color: rgba(0,0,0,0.0);
>
> }
>
> My CSS-fu is weak, but I suspect that means "make
> -webkit-tap-highlight-color be transparent for all styles" or some such.
thank you! yes, orange ring dissapeared.
but when i change it to rgba(0,0,255,0.5
skink wrote:
> btw i saw you managed to get rid/costomize WebView's focus ring.
Actually, that was a colleague (Andrew Hedges), based on a solution
provided by another community member (Grace Kloba).
> since i'm not expert in css at all what is that magic line (or two)?
>
> i tried in my css:
>
Mark Murphy wrote:
> For security reasons, it is not possible. You can only embed activities
> that you own.
Mark,
thank you for your quick response!
btw i saw you managed to get rid/costomize WebView's focus ring.
since i'm not expert in css at all what is that magic line (or two)?
i tried
skink wrote:
> is it possible to embed some external activities, lets say,
> com.android.calculator2.Calculator in my activity?
>
> i always get exception saying that my activity's uid != Calculator's
> uid. should i use some permission? or from security reasons its not
> possible at all?
For se
5 matches
Mail list logo