Help: newWebView Content

Hi,

I use the Applovin Plugin i posted here

http://forums.coronalabs.com/topic/44315-applovin/

My Problem now is, that there is a newWebView. While the Ad appeared on Android u close it with the 

Back Button or hit the Ad. On iOS is a X to close the Ad.

BUT… when u request an Ad and there is just an empty page I cant close it on iOS?

Therefore I would need something to know the content from the WebView, to check if its empty or any other way. Right now, where there is no Content in the page loaded, the WebView overlays my actual app transparent and I cant touch anything on it.

I tried to add a Touch Eventlistener

local webview = native.newWebView( adX, adY, adWidth, adHeight )

function touchedwebview()

 print (“webview is touched !!!”)

end

webview:addEventListener(“touch”,touchedwebview)

but seems I dont get anything back.

Please any help, how to read either the Content from the page or otherway to close it by the user when its empty (I cant put my own CLOSE (X) on top of it as its a native object)

thanks

chris