nativescript-exoplayer
nativescript-exoplayer copied to clipboard
error event
Is it possible to add some error event? This would be realy helpful
I love PR's. So if you wanted to add one; I would probably accept it.
I found this in the videoplayer.android.js file of the plugin in node_modules onPlayerError: function (error) {
},
so i assigned a callback function to the global object in my component .. and called the function on the global object in the onPlayerError function .. works for android now