このコードはブラウザーでは機能しますが、モバイル デバイスでは機能しません。
モバイルデバイスで動作させるにはどうすればよいですか?
$(document).ready(function() {
$('#game_flash').on( "touchstart", function(){
$(this).remove();
});
$('#game_flash').trigger('touchstart');
});
jwplayer("game_flash").play();