Iv4nS / mraid-web-tester

Automatically exported from code.google.com/p/mraid-web-tester
0 stars 0 forks source link

allowOrientationChange is not valid type #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Originally reported by Adam Schuetz <adam at admarvel.com> on Mar 1, 2013

I was noticing that when I do the following in the web tester:

    mraid.setOrientationProperties({"allowOrientationChange":false, "forceOrientation":"portrait"});
    mraid.expand();

I see this error thrown:

    18:23:22:507 ERROR Value of property allowOrientationChange is not valid type.

However the type looks fine to me.  I tried changing the set orientation 
properties to an example that is straight from the MRAID v2 PDF:

    mraid.setOrientationProperties ( {"allowOrientationChange": false } ); 

However this gave me the same warning.  Any ideas?

Original issue reported on code.google.com by nathan.c...@crispmedia.com on 21 Oct 2013 at 10:24

GoogleCodeExporter commented 9 years ago
We made several changes for the compliance ads, and this should have been 
addressed. OK to retest.

Thanks,
-Nathan

Original comment by nathan.c...@crispmedia.com on 28 Apr 2014 at 6:20