I have a web page that I would like to display in a Web View in my app. But the page has links. Is there any way I can suppress all links on a page when it is being displayed in a WebView.
Edit - 9/25
What I really mean by suppressing is that I dont want any of the links to display. So in my responsive application, all my links show up as a hamburger menu when I view it in a mobile. I dont want that to even display. Is that possible.