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….
Share
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…..