J

Results 24 comments of J

Does anybody have a workaround for the issue regarding bindings?

> > Does anybody have a workaround for the issue regarding bindings? > > [#491 (comment)](https://github.com/luberda-molinet/FFImageLoading/issues/491#issuecomment-279891483) I found it as well, my apologies for not linking it in this issue....

This will never be fixed, huh? That's too bad.

Encountering the same issue.

I'm also having this issue on Android. It seems that it's only possible to do `CrossMediaManager.Current.MediaPlayer.VideoView = _videoView;` Before `SetNativeControl()` on Android. After that it seems like you cannot detach...

I would really like to know. I have multiple players in 1 page and right now they sync up with each other. Attaching to the same source.

Apparently you can do this. ``` public class CustomVideoViewRendererAndroid : VideoViewRenderer { private MediaManager.Platforms.Android.Video.VideoView _videoView; public CustomVideoViewRendererAndroid(Context context) : base(context) { } protected override void OnElementChanged(ElementChangedEventArgs args) { if (args.OldElement...

Feel like I'm responding to all the issues in this repo. Yes I'm also having the same issue on iOS. The controls will not appear when autoplay is set to...

Also, did you ever solve this @barrysohl? What did you try?