from the Mraid specification, I understood that the isViewable function should return whether the ad is currently on screen or not - but looking at different implementations, like in AppNexus demo app (on iphone)- I notices that this value is always true - regardless of whether the ad is on screen or not, and the viewable change event related to this is never fired - not when switching tabs inside the app or when returning to the phone's home screen. What's the correct behavior? Is there some other way of knowing whether the ad is rendered on screen?
Thanks