Hi
Im creating a mobile application but Im having an issue with VideoMaterial, when run it on desktop is ok, but when run it on my tablet the video is not correctly attached, is like if the video is added to the stage in the position 0,0
This is my code
videoTexture = new VideoTexture(“assets/videos/canal1.f4v”, 256, 256, false, false);
material = new TextureMaterial(videoTexture);
plane = new Mesh(new PlaneGeometry(700, 700), material);
view.scene.addChild(plane);
Attached an image that shows app running on desktop and on mobile
Thanks for your help