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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -