Hello,
...the same here
video plugin works on browser but not on iOS mobile with cocoonjs launcher (2.0.1)
there is any chance to fix this? ludei will support video in the future?
thanks
You can use the System Webview. This environment supports video, but Canvas+ it doesn't.
About the blanck screen:
I´ve tested the video object on browser and it runs ok. When I exported to CocoonJS, on the ipad (using the app) I got a blank screen and an error message: Not implemented createElement: video.
So, am I doing something wrong or the video object cannot be used on mobile devices yet?
Basically a blank screen in CocoonJS means that your are not drawing anything into the canvas. This could happen for different reasons and there is no a common way to reproduce this problem. The following steps could help you to locate the problem:
- Check if there is any error in the console ( By opening the Debug Service )
- Use the “adb logcat” command on Android and the Device Log on the organizer for iOS to see the system debug output.
However, it seems it is because of the features in Canvas+. Please, try again in the System Webview. You can configure this option through the Cloud Compiler.
Regards.