Hi,
I did not know RevMob banners could be hidden by other objects in the screen. I thought they were always on top like InMobi banners do.
Maybe there is an instruction like banner:toFront() or something that I’m missing.
Thank you!
Hi,
I did not know RevMob banners could be hidden by other objects in the screen. I thought they were always on top like InMobi banners do.
Maybe there is an instruction like banner:toFront() or something that I’m missing.
Thank you!
Ok i will answer my question for others.
When you use:
banner_handle:show()
It’s very probable that your banner is there but you can’t watch it. So you have to send :toBack() any element on the screen above it in order to watch it.
It’s not pretty, but it works.
Ok i will answer my question for others.
When you use:
banner_handle:show()
It’s very probable that your banner is there but you can’t watch it. So you have to send :toBack() any element on the screen above it in order to watch it.
It’s not pretty, but it works.
Hi Ignacioric.
Nice to hear you fixed this issue. The Z order in the screen depends on the order you insert each view, so yes, you have to pay attention on this.
Best regards
Paulo
Hi Ignacioric.
Nice to hear you fixed this issue. The Z order in the screen depends on the order you insert each view, so yes, you have to pay attention on this.
Best regards
Paulo