Exists any JavaScript or Objective-C method to convert a location.href="MyURL"
to <a href="MyURL"></a>
??
I have over 200 location.href URL not working with UIWebViewNavigationTypeLinkClicked :-S
Thanks to everyone can help me!
Exists any JavaScript or Objective-C method to convert a location.href="MyURL"
to <a href="MyURL"></a>
??
I have over 200 location.href URL not working with UIWebViewNavigationTypeLinkClicked :-S
Thanks to everyone can help me!
I think you should clarify your question: Do you have an HTML text with links represented as location.href text and you want basic text translation into tags? Please describe the problem in more details so that we can help you