Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 628
S.P. Avatar asked Oct 14 '22 10:10

S.P.


1 Answers

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

like image 138
S.P. Avatar answered Nov 01 '22 10:11

S.P.