Reputation: 5435
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....
Upvotes: 5
Views: 1715
Reputation: 5435
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.....
Upvotes: 4