Im currently developing an app with a lot of video controls.
this.current_video = game.add.video('video-main' + [...]);
this.current_video.playbackRate = 4;
Its works with a browser, works with an iPad, but not with android.
Someone knows why?
Thanks!