From issues-return-98747-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Fri May 1 10:58:11 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 11536180634 for ; Fri, 1 May 2020 12:58:10 +0200 (CEST) Received: (qmail 89481 invoked by uid 500); 1 May 2020 10:58:10 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 89469 invoked by uid 99); 1 May 2020 10:58:10 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2020 10:58:10 +0000 From: =?utf-8?q?GitBox?= To: issues@cordova.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bcordova-plugin-media=5D_MadyAkira_opened_a_new_iss?= =?utf-8?q?ue_=23277=3A_=5BAndroid_only=5D_Audio_file_doesn=27t_play?= Message-ID: Date: Fri, 01 May 2020 10:58:10 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit MadyAkira opened a new issue #277: URL: https://github.com/apache/cordova-plugin-media/issues/277 ``` import {Media, MediaObject} from "@ionic-native/media/ngx"; constructor( private media: Media, ) { } ``` ``` const mp3file: MediaObject = this.media.create(url); mp3file.play(); ``` On iOs the code above is working properly, however on Android no sound is coming out and I have no error message. Any idea ? _Ionic: Ionic CLI : 5.4.15 Ionic Framework : @ionic/angular 5.0.0 @angular-devkit/build-angular : 0.803.23 @angular-devkit/schematics : 8.1.3 @angular/cli : 8.1.3 @ionic/angular-toolkit : 2.1.2 Cordova: Cordova CLI : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : android 8.1.0, browser 6.0.0, ios 5.0.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.1, (and 11 other plugins) Utility: cordova-res : not installed native-run (update available: 1.0.0) : 0.2.8 System: Android SDK Tools : 26.1.1 (/Users/merwanropers/Library/Android/sdk) ios-deploy : 1.9.4 NodeJS : v14.0.0 (/usr/local/Cellar/node/14.0.0/bin/node) npm : 6.14.4 OS : macOS Catalina Xcode : Xcode 11.4 Build version 11E146_ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org