You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/19 08:24:55 UTC

[GitHub] [cordova-plugin-media] palashsah opened a new issue #289: Sound not play

palashsah opened a new issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289


   In our app sound  not play in api level 28 but in API level 27 it is playing.in previous ticket your team told that this is template issue but  this is not a template issue.please update your plugin for API level version 28.
   


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] erisu edited a comment on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
erisu edited a comment on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-677680652


   @palashsah please submit another issue ticket with a complete bug report form filled out.
   
   Do not delete the form. It contains information we need so that we could provide you help. Make sure to provide as much of the information as possible and how to reproduce the issue, if you know how.
   
   With out the information from that form, it is nearly impossible for us to reproduce an issue or provide any relative help because we lack information.
   
   I personally have ran a test with:
   
   | Cordova-Android  | Target SDK API  |  Compiled Target SDK API |  Minimum SDK API Version | Status |
   |---|---|---|---| --- |
   | 9 | 29 | 29 | 22 | ✅ |
   | 9 | 28 | 28 | 22 | ✅ |
   | 9 | 27 | 27 | 22 | ✅ |
   
   The audio file played for me in all cases.


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] tom908 commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
tom908 commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-675991567


   I am facing the same issue with this plugin.i am getting frustrated with this plugin.after that I used native player plugin to resolve the issue.you can try native media player.


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] tom908 commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
tom908 commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-678602989


   @palashsah  native plugin means android default player.mobile player


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] palashsah commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
palashsah commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-678309232


   @tom908 which native player plugin you used please told me the plugin name
   
   


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] timbru31 closed issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289


   


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] timbru31 commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-676041060


   This is the template you need to fill in. Otherwise it's impossible for us to help you.
   
   ```
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   
   
   ### What does actually happen?
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   
   ```
   


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] erisu commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-677680652


   @palashsah please submit another issue ticket with a complete bug report form filled out.
   
   Do not delete the form. It contains information we need so that we could provide you help. Make sure to provide as much of the information as possible and how to reproduce the issue, if you know how.
   
   With out the information from that form, it is nearly impossible for us to reproduce an issue or provide any relative help because we lack information.
   
   I personally have ran a test with:
   
   | Cordova-Android  | Target SDK API  |  Compiled Target SDK API |  Minimum SDK API Version | Status |
   |---|---|---|---| --- |
   | 9 | 29 | 29 | 22 | ✅ |
   | 9 | 28 | 28 | 22 | ✅ |
   | 9 | 27 | 27 | 22 | ✅ |
   
   They all worked for me.


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] tom908 commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
tom908 commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-677694183


   Palash they told me many things,its work on every format this is wrong . please use any other plugin don't use this plugin.you faces several issues


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-media] tom908 commented on issue #289: Sound not play

Posted by GitBox <gi...@apache.org>.
tom908 commented on issue #289:
URL: https://github.com/apache/cordova-plugin-media/issues/289#issuecomment-677451381


   Palash don't trust them  they didn't solved your issue.In my case they every time closed my issue.


----------------------------------------------------------------
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