I've seen this too with Google ads, not with Admob ads. Many apps have
this problem/issue. You can easily try it: when you see a google ad
(has a 'g' on the side), move the tracker ball up or down to the ad
(depending on if the ad is on top or bottom of the screen).

My guess is that it gets the focus. My first try to fix it would be to
make the view not focusable: view.setFocusable(false).

Dunno re: the webview, might be the same.

On 13 jun, 03:19, oriharel <ori.ha...@gmail.com> wrote:
> Hi All,
> I have a web view that is loaded with an HTML that contains links (<a>
> ref).
> when I switch to another activity (say to another tab in a tab
> activity) and then switching back to it, the link is surrounded with
> an orange rectangle. also happens in the GoogleAdView which really
> makes it impossible to view.
>
> can someone explains this?
>
> thanks,
> Ori

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to