That ^^ is pretty much the question. I created an instance of Ads for provider Revmob and show an autosized banner (ad:showAdd("auto")). Then I try to call ad:getHeight() and Whoops! getHeight() can't be called because it's nil.
Am I doing something wrong or is this normal behaviour (
@ar2rsawseen )? I really would like to know what the height of the banner is =| .
Thanks in advance for your help
Sebastian
Comments
But that the whole function is nil, seems crazy. Are you sure your are not doing something like
ad.getHeight = nil
somewhere in your code?