0

I'm dealing with a webview that's displaying a web page with a search bar at the top that I want to hide. Is there some way to make the top 50 px or so go away without using css?

SweSnow
  • 17,504
  • 10
  • 36
  • 49

1 Answers1

0

You could just put a colored rectangle view on top of that part of the webview (depending if there is scrolling or not)

MobileMon
  • 8,341
  • 5
  • 56
  • 75