iphone - Remove hyperlinks in uiwebview -


i trying load html page through uiwebview.i need disable hyperlinks in webview , make color normal text color i.e need disable webpage detection.is possible

thanks in advance

use uiwebview method

– stringbyevaluatingjavascriptfromstring: 

to use javascript.

then use "document.getelementsbytagname('a')" array of elements , want want (change href, change color etc.)


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -