Android Autolink to launch WebView
- by Jason Kim
Hi,
I'm using autoLink="web" attribute in TextView to launch Browser.
However, I want to launch the myActivity with WebView, when I click the links in TextView.
Is is possible that catch the click event and invoke startActivity?
Thanks in advance,
Jason