此代码适用于浏览器,但不适用于移动设备。
我怎样才能使它适用于移动设备?
$(document).ready(function() {
$('#game_flash').on( "touchstart", function(){
$(this).remove();
});
$('#game_flash').trigger('touchstart');
});
jwplayer("game_flash").play();
此代码适用于浏览器,但不适用于移动设备。
我怎样才能使它适用于移动设备?
$(document).ready(function() {
$('#game_flash').on( "touchstart", function(){
$(this).remove();
});
$('#game_flash').trigger('touchstart');
});
jwplayer("game_flash").play();