Open Nexter-day opened 5 years ago
Unfortunatly we can not provide support for third party plugins. In case of media playback we have will provide audio support via https://github.com/eclipsesource/tabris-js/issues/1888.
Video widgets is an easy way,but how can I set the video volume? It doesn't seem to have this option
that is correct. you could open an issue for a feature request.
@Nexter-day There's also cordova-plugin-android-volume and cordova-plugin-volume-control. Note that the latter can be used on iOS, but Apple will reject submissions to the App Store.
Maybe one of the solutions would be to see why the media plugin that worked well on the old versions of TabrisJs doesn't work at all on the new versions
Problem description
I tried to play media on android using the cordova media plugin,
But it doesn't work (ios works). I have tried many times, but I can't solve it. Is there anyone who can help me?
Expected behavior
With the official example, extract part of the code, ios work, android has not been successful
Environment
Code snippet