Nedim Cholich
Nedim Cholich
You can't put container in the background. What you do is close it. Check the [README](https://github.com/frontyard/cordova-plugin-exoplayer/blob/2.0.0/README.md).
You can't do that. It's currently not possible to position player's Dialog in the background of Cordova's webview.
All of that is just standard Android development. Take a look at layout folder for example. If you want to play with it, you will need to set up for...
A bit of personal opinion ... there's a reason we're using Cordova for our apps. Cross-platform, easy and fast development, possibility of live updates etc. If you can avoid doing...
There is some new development that might give you what you need which is using Cordova to do player controls vs controls built into this plugin. This would really be...
@netmikey I'd be happy to merge your changes if you send me a PR.
We can merge changes from @netmikey and @riksagar back into original project. I just don't have enough time to test these changes, so if we do it as a major...
This is still an issue. Any news on the official fix? Is there any way to automate @roby65 's workaround? Manually adding this doesn't scale well.
Right. Just realized I'm in the wrong project, the other one being cordova-plugin-crosswalk-webview. The issue exists in that one too.
@camsim99 sorry about that, my first packages PR, still wrapping my head around it. I've updated the code and fixed the tests, ``flutter test`` is now passing in all the...