音频组件在 Chrome 中运行良好。在我将源构建为缩小版本并在移动设备中构建之后。我无法播放音频文件。表明
10-08 17:05:27.221: E/MediaPlayer(32506): Error (1,-2147483648)
10-08 17:05:30.965: E/MediaPlayer(32506): Attempt to call getDuration without a valid mediaplayer
查看.js
{
xtype: 'audioplayer',
url : 'resources/audio/crash.mp3'
},
我在 app.js 中包含了“Ext.audio”和“Ext.ux.AudioPlayer”,并包含了 audioplayer.js。
这在 chrome 中运行良好,但在移动设备中运行良好。