Interference from Inneractive ads with statusbar and webview

Two issues:

I am using Corona latest public release 2014.2189

  1. Weird interaction between inneractive ad and status bar

In build.settings I have a command line to hide status bar at launch

In main.lua I have a command to hide status bar the whole time

When a fullscreen ad appears, status bar appears over it.

I was told to report this as a bug in corona 2 weeks ago. Now I am told to post on the inneractive forum as inneractive supports its own plugin.

 

  1. Weird interaction of the ads (inneractive) with webView.

In my game I load a webpage using newWebView out of screen view. When a button is pressed that page comes into view and when a “submit” form button is pressed on the html page itself it moves out of view again.

All works well as many times as needed UNTIL a fullscreen ad is loaded.

After closing the ad and pressing the button to bring that page into view, it does come into view but the “submit” button on the html doesn’t work anymore and if I touch on a screen area where there is a button underneath, the button is pressed (this doesn’t happen before the ad is loaded/closed).

The ad plugin is leaving some weird trace after the ad is closed.

 

thanks for looking in to these 2 issues.