iphone - How to hide the popup of URL in UIwebview -


I have UIwebview when clicking on a hyperlink or button on UIwebview, a small bar of urls is visible. How can I hide this? In Iphone applications that use IUI with UIwebview, this address popup bar is a distraction. Would you please answer me? Thanks in advance ....

I got it ... answering my own question

document.documentElement.style.webkitTouchCallout = "none";

This code was tricked .....


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -