Brad Martin
Brad Martin
I have no time to work on this right now. If anyone wants to work on it to get a PR going and needs guidance I can chat from time...
Honestly, not sure myself. Never had to do that. On Android the MediaPlayer is calling `setDataSource` https://developer.android.com/reference/android/media/MediaPlayer.html#setDataSource(java.io.FileDescriptor) - there are a few overrides accepting different types for the source. Just...
Yea, I'm not sure what causes this but tomorrow I need to look into this plugin a bit for an app so maybe I'll find something for this also.
I think the splashscreen on android has to be an XML file for Java/Android. You could do something like this, but it would require a little thinking and work to...
that is interesting. This plugin uses the `MediaPlayer` on android (https://github.com/nstudio/nativescript-videoplayer/blob/master/src/videoplayer.android.ts#L15) - maybe there is something going on with the surface texture [here](https://github.com/nstudio/nativescript-videoplayer/blob/master/src/videoplayer.android.ts#L50) which is actually the main View that...
Nothing [here on readme](https://github.com/bradmartin/nativescript-lottie#methods) to achieve that? @itstheceo did a lot of work lately with progress and aligning the plugin with the native SDKs. Maybe he has some info here...
Thanks for the info @itstheceo 😄 much appreciated. If I find time, I'll look into it.
which mute button are we talking about?
iOS I'm guessing, don't recall what controls get shown on the different platforms right now. Mute event from that might not be wired up or it isn't correct in this...
@AbiJaerltrics can you upload the mp3 here, that site has the mp3 inside a video tag and I can't get Chrome to let me download it. Maybe there is a...