Hi,
If I force the user to press a button to transition to the next scene after a vungle incentivized ad shows, it works fine. However, if I automatically call composer.gotoScene, I get the following error in my Android device logs. Is that a limitation of working with the combination of Corona and Vungle?
===============================================================
I/Corona (21804): ?:0: attempt to perform arithmetic on field ‘height’ (a nil value)
I/Corona (21804): stack traceback:
I/Corona (21804): ?: in function ‘createCursor’
I/Corona (21804): ?: in function ‘method’
I/Corona (21804): /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:253: in function ‘dispatchEvent’
I/Corona (21804): /Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/composer/composer.lua:1361: in function ‘listener’
I/Corona (21804): /Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/timer/timer.lua:173: in function ‘method’
I/Corona (21804): /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:253: in function </Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:221>
D/