Everyone,
Fullscreen ads on Android do “not” have a close/skip button like how it is implemented on iOS. It’s not a bug. That’s just the way it was made on Android. On Android, you are expected to close the ad yourself when the user presses the Back button. You can do this by listening for key events. Please see sample app “Hardware/KeyEvents” that is included with the Corona SDK on how to set this up.
That said, I’ve noted this as an inconsistency to inneractive several months ago. They were kind enough to modify their library to add Back/Skip button support to the fullscreen ad themselves. We just haven’t integrated their newest library yet because we are completely swamped on our end. So, we’re currently looking into giving inneractive the ability to integrate their library as a plugin into Corona so that they can maintain it themselves. Until that happens, handling the Back key yourself as mentioned above is your only option. [import]uid: 32256 topic_id: 31571 reply_id: 130725[/import]