I am very new to both android webkit and javascript. I have a web page
with 3 links (say A,B,C). When I open that page on my PC
browser(Chrome), and click on the links, A opens in the same browser
window whereas B and C pops up a new window. In my application I am
loading the original URL in a WebView. I have implemented my
WebViewClient and overridden the shouldOverrideUrlLoading. I am
getting the call to shouldOverrideUrlLoading whenever I click on A,
but not getting it when I click on B or C? Can someone help me as to
why this is happeneing?

Thanks
KK

-- 
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