I have UIwebview. While keep on clicking on a hyperlink or button on UIwebview , one small bar of URL is appearing. How i can hide that ? In Iphone applications using IUI with UIwebview , this address popup bar is a distraction. Will you please answer me ? Thanks in advance....
A:
I got it....am answering to my own question.
http://www.macoscoders.com/tag/webkittouchcallout/
document.documentElement.style.webkitTouchCallout = "none";
this code did the trick.....
Sijo
2010-01-22 15:35:38
its here alsohttp://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/
Sijo
2010-01-22 15:39:38