<audio controls>
<source src="/storage/emulated/0/h.mp3" type="audio/mpeg">
</audio>
hier ist der HTML-Code. Es funktioniert nicht . Bitte helfen Sie mir, dieses Problem zu lösen.play audio funktioniert nicht in cordova
<audio controls>
<source src="/storage/emulated/0/h.mp3" type="audio/mpeg">
</audio>
hier ist der HTML-Code. Es funktioniert nicht . Bitte helfen Sie mir, dieses Problem zu lösen.play audio funktioniert nicht in cordova
Diese Frage wird jedes Jahr gestellt. Es hat mit der Lizenzierung auf bestimmten Geräten zu tun.
Versuchen Sie ein Plugin wie this.
Oder die offizielle media API
The Media object provides the ability to record and play back audio files on a device.
var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only. A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
Parameter
Methoden
Ich habe den Audio-Link in der Datei index.js in /storage/emulated/0/h.mp3 geändert. aber es funktioniert nicht. – unknown
Bitte lesen Sie die Media API, um zu erfahren, wie Sie src geben können. –