Native Mobile - Audio Player with controls

2
Hey folks,   I’m looking for an Audio Player on Native Mobile (Mendix 9.11). The Play Sound JavaScript action is not enough for my purpose, because I need at least minimal controls. Are there any solutions or attempts for an audio player with play, pause, and time manipulating abilities?   Thanks in regards! Deniz
asked
4 answers
2

 

Mendix Marketplace - Play AudioMendix Marketplace - Play Audio

answered
2

Hello,

Please try with available Market audio widgets it's not expected then try to implement your own widgets using React. 

https://www.mendix.com/blog/creating-custom-widgets-mendix/

Thanks & Regards

Hello,

Please try with available Market audio widgets it's not expected then try to implement your own widgets using React. 

https://www.mendix.com/blog/creating-custom-widgets-mendix/

Thanks & Regards

answered
0

Hi Daniez,

Its better you can create a new pluggable widget for playing the audio in native itself with the help of below link using the react native.

https://www.npmjs.com/package/react-native-audio-recorder-player

 

 

answered
0

Hello everyone,

 

I’ve managed to realize the call to the system’s audio player. In order to do that, I’ve used the viewFile javascript action of the Native File Documents module by itvisors/Aiden

 

https://marketplace.mendix.com/link/component/114252

answered