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
Post a Comment