S.P.
S.P.

Reputation: 5435

How to hide the popup of URL in UIwebview

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

Answers (1)

S.P.
S.P.

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

Related Questions