How can I open links in HTML component with App Browser?
Posted: Sat May 03, 2014 4:54 pm
I have a HTML component.There are some links in html code.
html code just like:
some text,
< a href="http://link1.com" > LINK1 < /a >
some text
< a href="http://link2.com" > LINK2 < /a >
When I click the links ,I want to open them in App Browser.
How can I do that?