WebView not disappearing!

I work with a WebView in my app, and when I wan’t it to disappear it’ll not disappear, even when i call it like this:

[lua]webView:stop( )
webView:removeSelf( )
webView = nil[/lua]

After that lines it’s still there on the screen!

What cn I do to make it disappear?