Start a new topic

More than 4 drawables at a time on Android?

I'm confused by the following text from the Cordova documentation:


Android has a limit of how many video drawables can be instantiated at the same time. Every time a Video Drawable object is created, Android will create a MediaPlayer for it and allocates memory. Therefor it is not possible to create more than 4 VideoDrawables at the same time.

Does this mean in the same scene or in one world? For example could I have say 7 video drawables on different markers within one world. I assume this just means you can't load more than 4 at once in one scene.


Login or Signup to post a comment