You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dont know if this might be a duplicate (i couldn't find a related issue), but if it is feel free to close this issue. I have a problem with adding a video texture to a projection (a simple plane) that gets created when clicking on a cube on Android.
If i create a plane object with a video texture and add it to a POI it works just fine on Android, but whenever i add a new projection with a video texture behind a click event i just cant get the video texture to start playing. I know most video's on Android need a click event to start playing but that doesn't make a difference in this case.
All the above works fine if i run it in browser, don't know about IOS.
If anyone has a relating issue or tips to fix this problem please let me know! Any help is appreciated.
Note: I use awe.js with phonegap as a cross-platform.
Edit: This problem persists even if i add the projection at the start but make it invisible and make it visible within the onclick from the cube.
Edit 2: Seems like the video is actually getting stuck on readyState 1, any ideas?
The text was updated successfully, but these errors were encountered:
I dont know if this might be a duplicate (i couldn't find a related issue), but if it is feel free to close this issue. I have a problem with adding a video texture to a projection (a simple plane) that gets created when clicking on a cube on Android.
If i create a plane object with a video texture and add it to a POI it works just fine on Android, but whenever i add a new projection with a video texture behind a click event i just cant get the video texture to start playing. I know most video's on Android need a click event to start playing but that doesn't make a difference in this case.
All the above works fine if i run it in browser, don't know about IOS.
If anyone has a relating issue or tips to fix this problem please let me know! Any help is appreciated.
Note: I use awe.js with phonegap as a cross-platform.
Edit: This problem persists even if i add the projection at the start but make it invisible and make it visible within the onclick from the cube.
Edit 2: Seems like the video is actually getting stuck on readyState 1, any ideas?
The text was updated successfully, but these errors were encountered: