cordova-plugin-streaming-media
cordova-plugin-streaming-media copied to clipboard
Fresh activity history
Hello there. using latest version of the plugin and also latest versions of cordova (6.0 and 6.1 at least) i've found that when playing video history of the activity was not cleared on each 'streamingMedia.playVideo()' call. I tested on an android device 4.x (not tested on IOS); don't know if it's a common or a default (and desired) behaviour on previous versions of Cordova but i don't think so or should not be a default one. So i solve this but adding android:noHistory="true" to plugin.xml file on lines 56 and 55 (not tested with audio but supposed to act the same way). Maybe it worths and update and a PR.
Anyway, thanks and congrat for the plugin. Hope it will remain alive.
Yes a PR would be most welcome.