Hey guys, im doing some testings with revmob ads, so far i managed to make everything work, but i encountered this bug thing today.
I’ve made a banner that appears on top of my mobile screen, if i dont click it, it will hide properly when moving on to the next scene, however if i do click it, it will open the adv, close itself, and inmediatly create another banner, on the bottom of the screen, without me telling to do so, it will also carry over next scenes, even if i use :hide(), apparently it creates a new banner, instead of replacing the one just got deleted, since i try to print the banners Y position and it never prints it, making me believe it created another object by itself.
I believe the problem is in the revmob.lua (their library), they try to replace the banner just got closed by another one (wich isnt bad, since it should keep the banner always visible while i’m on that scene), but somehow it has its position set to the bottom of the screen instead of the one i told the first banner to appear to, i believe its their code or something, and its a 1300 long code that i cant even understand, so i dont have any idea where to look.
Also due to delay in loading the banners, what i did was preload them in the start of the program, and just :show() and :hide() them in the scenes i want them visibles, instead of creating a new banner in every scene.
Let me add 2 screenshots to see what happens:
Thats the banner as its intended to be shown, when i click it, the next happens:
it moves down there, also rescales to half the other one.
Im not sure what could be happening, i got the revmob library for corona from their website.